forked from ergebnis/json-normalizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
110 lines (110 loc) · 3.15 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.7.7@e028ba46ba0d7f9a78bc3201c251e137383e145f">
<file src="src/CallableNormalizer.php">
<MixedInferredReturnType>
<code>Json</code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code>$callable($json)</code>
</MixedReturnStatement>
</file>
<file src="src/SchemaNormalizer.php">
<MissingParamType>
<code>$data</code>
</MissingParamType>
<MixedArgument>
<code>$anyOfSchema</code>
<code>$item</code>
<code>$item</code>
<code>$itemSchema</code>
<code>$oneOfSchema</code>
<code>$value</code>
<code>$value</code>
</MixedArgument>
<MixedArgumentTypeCoercion>
<code><![CDATA[$json->decoded()]]></code>
</MixedArgumentTypeCoercion>
<MixedAssignment>
<code>$anyOfSchema</code>
<code>$itemSchema</code>
<code>$oneOfSchema</code>
<code>$value</code>
<code>$value</code>
</MixedAssignment>
</file>
<file src="src/Vendor/Composer/PackageHashNormalizer.php">
<MixedAssignment>
<code>$value</code>
</MixedAssignment>
<UnusedForeachValue>
<code>$value</code>
</UnusedForeachValue>
</file>
<file src="src/Vendor/Composer/VersionConstraintNormalizer.php">
<MixedAssignment>
<code>$value</code>
</MixedAssignment>
<UnusedForeachValue>
<code>$value</code>
</UnusedForeachValue>
</file>
<file src="test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Scenario.php">
<PossiblyUnusedMethod>
<code>key</code>
</PossiblyUnusedMethod>
</file>
<file src="test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/Scenario.php">
<PossiblyUnusedMethod>
<code>key</code>
</PossiblyUnusedMethod>
</file>
<file src="test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeNormalizesJson/Scenario.php">
<PossiblyUnusedMethod>
<code>key</code>
</PossiblyUnusedMethod>
</file>
<file src="test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeRejectsJson/Scenario.php">
<PossiblyUnusedMethod>
<code>key</code>
</PossiblyUnusedMethod>
</file>
<file src="test/Unit/Format/DefaultFormatterTest.php">
<MixedArgument>
<code>$newLineString</code>
</MixedArgument>
<MixedAssignment>
<code>$newLineString</code>
</MixedAssignment>
</file>
<file src="test/Unit/Format/IndentTest.php">
<MixedArgument>
<code>$style</code>
</MixedArgument>
<MixedAssignment>
<code>$style</code>
</MixedAssignment>
<UnusedVariable>
<code>$key</code>
<code>$key</code>
<code>$style</code>
</UnusedVariable>
</file>
<file src="test/Unit/FormatNormalizerTest.php">
<MixedAssignment>
<code>$fileInfo</code>
</MixedAssignment>
</file>
<file src="test/Unit/SchemaNormalizerTest.php">
<MixedAssignment>
<code>$fileInfo</code>
<code>$fileInfo</code>
<code>$schemaDecoded</code>
</MixedAssignment>
</file>
<file src="test/Unit/Vendor/Composer/ComposerJsonNormalizerTest.php">
<MixedAssignment>
<code>$fileInfo</code>
<code>$fileInfo</code>
</MixedAssignment>
</file>
</files>