|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<files psalm-version="3.9.4@352bd3f5c5789db04e4010856c2f4e01ed354f4e"> |
| 2 | +<files psalm-version="3.11.2@d470903722cfcbc1cd04744c5491d3e6d13ec3d9"> |
3 | 3 | <file src="src/Framework/Assert.php">
|
4 | 4 | <ArgumentTypeCoercion occurrences="2">
|
5 | 5 | <code>$expectedElement->childNodes->item($i)</code>
|
|
88 | 88 | <code>$t->getPrevious()</code>
|
89 | 89 | </PossiblyNullArgument>
|
90 | 90 | </file>
|
91 |
| - <file src="src/Framework/MockObject/Builder/InvocationMocker.php"> |
92 |
| - <ImplementedReturnTypeMismatch occurrences="1"> |
93 |
| - <code>self</code> |
94 |
| - </ImplementedReturnTypeMismatch> |
95 |
| - <LessSpecificReturnStatement occurrences="8"> |
96 |
| - <code>$this->will($stub)</code> |
97 |
| - <code>$this->will($stub)</code> |
98 |
| - <code>$this->will($stub)</code> |
99 |
| - <code>$this->will($stub)</code> |
100 |
| - <code>$this->will($stub)</code> |
101 |
| - <code>$this->will($stub)</code> |
102 |
| - <code>$this->will($stub)</code> |
103 |
| - <code>$this->will($stub)</code> |
104 |
| - </LessSpecificReturnStatement> |
105 |
| - <MoreSpecificReturnType occurrences="8"> |
106 |
| - <code>self</code> |
107 |
| - <code>self</code> |
108 |
| - <code>self</code> |
109 |
| - <code>self</code> |
110 |
| - <code>self</code> |
111 |
| - <code>self</code> |
112 |
| - <code>self</code> |
113 |
| - <code>self</code> |
114 |
| - </MoreSpecificReturnType> |
115 |
| - </file> |
116 | 91 | <file src="src/Framework/MockObject/Generator.php">
|
117 | 92 | <ArgumentTypeCoercion occurrences="4">
|
118 | 93 | <code>$className</code>
|
|
172 | 147 | <code>$header</code>
|
173 | 148 | </InvalidArgument>
|
174 | 149 | <InvalidCatch occurrences="1"/>
|
175 |
| - <InvalidReturnStatement occurrences="5"> |
| 150 | + <InvalidReturnStatement occurrences="2"> |
176 | 151 | <code>\get_class($mock)</code>
|
177 | 152 | <code>$mockObject</code>
|
178 | 153 | </InvalidReturnStatement>
|
179 |
| - <InvalidReturnType occurrences="5"> |
180 |
| - <code>MockObject&RealInstanceType</code> |
181 |
| - <code>MockObject&RealInstanceType</code> |
182 |
| - <code>MockObject&RealInstanceType</code> |
| 154 | + <InvalidReturnType occurrences="2"> |
183 | 155 | <code>class-string<MockObject&RealInstanceType></code>
|
184 | 156 | <code>MockObject&RealInstanceType</code>
|
185 | 157 | </InvalidReturnType>
|
|
269 | 241 | <code>$option['desc']</code>
|
270 | 242 | </PossiblyUndefinedArrayOffset>
|
271 | 243 | </file>
|
272 |
| - <file src="src/TextUI/ResultPrinter.php"> |
273 |
| - <PossiblyUndefinedVariable occurrences="1"> |
274 |
| - <code>$color</code> |
275 |
| - </PossiblyUndefinedVariable> |
276 |
| - </file> |
277 | 244 | <file src="src/TextUI/TestRunner.php">
|
278 | 245 | <PossiblyNullPropertyAssignmentValue occurrences="1">
|
279 | 246 | <code>$loader</code>
|
|
0 commit comments