-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpsalm-baseline.xml
40 lines (40 loc) · 1.17 KB
/
psalm-baseline.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
<file src="src/Command/AbstractCommand.php">
<MixedArgument>
<code>$type</code>
</MixedArgument>
<MixedAssignment>
<code>$type</code>
</MixedAssignment>
</file>
<file src="test/Command/AbstractCommandTest.php">
<DeprecatedMethod>
<code>withConsecutive</code>
<code>withConsecutive</code>
<code>withConsecutive</code>
</DeprecatedMethod>
<PropertyTypeCoercion>
<code><![CDATA[$this->dir->getChild('module')]]></code>
</PropertyTypeCoercion>
</file>
<file src="test/Command/DisableCommandTest.php">
<DeprecatedMethod>
<code>withConsecutive</code>
<code>withConsecutive</code>
<code>withConsecutive</code>
</DeprecatedMethod>
</file>
<file src="test/Command/EnableCommandTest.php">
<DeprecatedMethod>
<code>withConsecutive</code>
<code>withConsecutive</code>
<code>withConsecutive</code>
</DeprecatedMethod>
</file>
<file src="test/ComposerTest.php">
<PossiblyUnusedParam>
<code>$pathToModules</code>
</PossiblyUnusedParam>
</file>
</files>