|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<files psalm-version="5.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90"> |
| 2 | +<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0"> |
3 | 3 | <file src="src/Chunk.php">
|
4 | 4 | <LessSpecificReturnStatement>
|
5 | 5 | <code><![CDATA[$this->lines]]></code>
|
|
12 | 12 | </file>
|
13 | 13 | <file src="src/Differ.php">
|
14 | 14 | <MissingParamType>
|
15 |
| - <code>$line</code> |
| 15 | + <code><![CDATA[$line]]></code> |
16 | 16 | </MissingParamType>
|
17 | 17 | </file>
|
18 | 18 | <file src="src/Exception/ConfigurationException.php">
|
19 | 19 | <MissingParamType>
|
20 |
| - <code>$value</code> |
| 20 | + <code><![CDATA[$value]]></code> |
21 | 21 | </MissingParamType>
|
22 | 22 | </file>
|
23 | 23 | <file src="src/Output/StrictUnifiedDiffOutputBuilder.php">
|
24 | 24 | <InvalidPropertyAssignmentValue>
|
25 | 25 | <code><![CDATA[$options['contextLines']]]></code>
|
26 | 26 | </InvalidPropertyAssignmentValue>
|
27 | 27 | <MissingParamType>
|
28 |
| - <code>$output</code> |
29 |
| - <code>$output</code> |
| 28 | + <code><![CDATA[$output]]></code> |
| 29 | + <code><![CDATA[$output]]></code> |
30 | 30 | </MissingParamType>
|
31 | 31 | <PropertyNotSetInConstructor>
|
32 |
| - <code>$changed</code> |
| 32 | + <code><![CDATA[$changed]]></code> |
33 | 33 | </PropertyNotSetInConstructor>
|
34 | 34 | </file>
|
35 | 35 | <file src="src/Output/UnifiedDiffOutputBuilder.php">
|
36 | 36 | <MissingParamType>
|
37 |
| - <code>$output</code> |
38 |
| - <code>$output</code> |
| 37 | + <code><![CDATA[$output]]></code> |
| 38 | + <code><![CDATA[$output]]></code> |
39 | 39 | </MissingParamType>
|
40 | 40 | </file>
|
| 41 | + <file src="src/Parser.php"> |
| 42 | + <RiskyTruthyFalsyComparison> |
| 43 | + <code><![CDATA[empty($fromMatch['file'])]]></code> |
| 44 | + <code><![CDATA[empty($toMatch['file'])]]></code> |
| 45 | + </RiskyTruthyFalsyComparison> |
| 46 | + </file> |
41 | 47 | </files>
|
0 commit comments