generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
101 lines (101 loc) · 4.03 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/AbstractProvider.php">
<MixedAssignment>
<code><![CDATA[$value]]></code>
</MixedAssignment>
</file>
<file src="src/BoolProvider.php">
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/FloatProvider.php">
<InvalidOperand>
<code><![CDATA[-1 * \PHP_FLOAT_EPSILON]]></code>
</InvalidOperand>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/IntProvider.php">
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/NullProvider.php">
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: null}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/ObjectProvider.php">
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/ResourceProvider.php">
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: resource}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/StringProvider.php">
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/UuidProvider.php">
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="test/Unit/AbstractProviderTestCase.php">
<MixedAssignment>
<code><![CDATA[$value]]></code>
</MixedAssignment>
<PossiblyUnusedMethod>
<code><![CDATA[assertProvidesDataSetsForValues]]></code>
</PossiblyUnusedMethod>
<RedundantConditionGivenDocblockType>
<code><![CDATA[assertIsArray]]></code>
</RedundantConditionGivenDocblockType>
</file>
<file src="test/Unit/ResourceProviderTest.php">
<MissingClosureParamType>
<code><![CDATA[$value]]></code>
</MissingClosureParamType>
</file>
<file src="test/Util/Specification/Closure.php">
<ImpureFunctionCall>
<code><![CDATA[$closure($value)]]></code>
</ImpureFunctionCall>
<MissingClosureParamType>
<code><![CDATA[$value]]></code>
</MissingClosureParamType>
</file>
<file src="test/Util/Specification/Pattern.php">
<ArgumentTypeCoercion>
<code><![CDATA[$this->pattern]]></code>
</ArgumentTypeCoercion>
</file>
</files>