-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
48 lines (48 loc) · 1.59 KB
/
psalm-baseline.xml
File metadata and controls
48 lines (48 loc) · 1.59 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
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.13.1@1e3b7f0a8ab32b23197b91107adc0a7ed8a05b51">
<file src="src/Adapter/Service/CallbackFactory.php">
<MixedArgumentTypeCoercion>
<code><![CDATA[$countCallback]]></code>
<code><![CDATA[$itemsCallback]]></code>
</MixedArgumentTypeCoercion>
</file>
<file src="src/AdapterPluginManager.php">
<MethodSignatureMismatch>
<code><![CDATA[AdapterPluginManager]]></code>
</MethodSignatureMismatch>
</file>
<file src="src/SerializableLimitIterator.php">
<DirectConstructorCall>
<code><![CDATA[$this->__construct($data['it'], $data['offset'], $data['count'])]]></code>
</DirectConstructorCall>
<MixedArgument>
<code><![CDATA[unserialize($data)]]></code>
</MixedArgument>
<MixedArgumentTypeCoercion>
<code><![CDATA[$data['it']]]></code>
</MixedArgumentTypeCoercion>
</file>
<file src="test/Adapter/IteratorTest.php">
<MixedAssignment>
<code><![CDATA[$items]]></code>
</MixedAssignment>
</file>
<file src="test/AdapterPluginManagerCompatibilityTest.php">
<DeprecatedMethod>
<code><![CDATA[setService]]></code>
</DeprecatedMethod>
<DocblockTypeContradiction>
<code><![CDATA[assertIsArray]]></code>
</DocblockTypeContradiction>
</file>
<file src="test/AdapterPluginManagerTest.php">
<MixedAssignment>
<code><![CDATA[$plugin]]></code>
</MixedAssignment>
</file>
<file src="test/TestAsset/TestAdapter.php">
<PossiblyUnusedProperty>
<code><![CDATA[$property]]></code>
</PossiblyUnusedProperty>
</file>
</files>