-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
36 lines (36 loc) · 1.22 KB
/
Copy pathpsalm-baseline.xml
File metadata and controls
36 lines (36 loc) · 1.22 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.13.1@1e3b7f0a8ab32b23197b91107adc0a7ed8a05b51">
<file src="VariableAnalysis/Lib/EnumInfo.php">
<PossiblyUnusedProperty>
<code><![CDATA[$enumIndex]]></code>
</PossiblyUnusedProperty>
</file>
<file src="VariableAnalysis/Lib/ForLoopInfo.php">
<PossiblyUnusedProperty>
<code><![CDATA[$conditionEnd]]></code>
<code><![CDATA[$conditionStart]]></code>
<code><![CDATA[$forIndex]]></code>
<code><![CDATA[$initEnd]]></code>
<code><![CDATA[$initStart]]></code>
</PossiblyUnusedProperty>
</file>
<file src="VariableAnalysis/Lib/Helpers.php">
<PossiblyFalseArgument>
<code><![CDATA[$varName]]></code>
<code><![CDATA[$varName]]></code>
</PossiblyFalseArgument>
<PossiblyInvalidOperand>
<code><![CDATA[$message]]></code>
</PossiblyInvalidOperand>
</file>
<file src="VariableAnalysis/Lib/VariableInfo.php">
<PossiblyUnusedProperty>
<code><![CDATA[$typeHint]]></code>
</PossiblyUnusedProperty>
</file>
<file src="VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php">
<UnusedClass>
<code><![CDATA[VariableAnalysisSniff]]></code>
</UnusedClass>
</file>
</files>