forked from cakephp/cakephp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
43 lines (41 loc) · 1.42 KB
/
Copy pathpsalm-baseline.xml
File metadata and controls
43 lines (41 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="7.0.0-beta17@a7f96f911fc869c40c48ec977e21f01a8ca534bd">
<file src="src/Controller/ComponentRegistry.php">
<OverriddenMethodAccess>
<code><![CDATA[protected function getContainer(): ContainerInterface
{
if ($this->container === null) {
throw new CakeException('Container not set.');
}
return $this->container;
}]]></code>
<code><![CDATA[protected function getContainer(): ContainerInterface
{
if ($this->container === null) {
throw new CakeException('Container not set.');
}
return $this->container;
}]]></code>
<code><![CDATA[protected function getMode(): int
{
return ReflectionContainer::AUTO_WIRING;
}]]></code>
</OverriddenMethodAccess>
</file>
<file src="src/Core/InstanceConfigTrait.php">
<UnsupportedPropertyReferenceUsage>
<code><![CDATA[$update = &$this->_config]]></code>
<code><![CDATA[$update = &$this->_config]]></code>
</UnsupportedPropertyReferenceUsage>
</file>
<file src="src/Datasource/EntityTrait.php">
<UnsupportedPropertyReferenceUsage>
<code><![CDATA[$value = &$this->_fields[$field]]]></code>
</UnsupportedPropertyReferenceUsage>
</file>
<file src="src/TestSuite/TestCase.php">
<UndefinedVariable>
<code><![CDATA[$previousHandler]]></code>
</UndefinedVariable>
</file>
</files>