Skip to content

Commit 74776e7

Browse files
Update Psalm baseline
1 parent 6e45677 commit 74776e7

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.psalm/baseline.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90">
2+
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
33
<file src="src/Chunk.php">
44
<LessSpecificReturnStatement>
55
<code><![CDATA[$this->lines]]></code>
@@ -12,30 +12,36 @@
1212
</file>
1313
<file src="src/Differ.php">
1414
<MissingParamType>
15-
<code>$line</code>
15+
<code><![CDATA[$line]]></code>
1616
</MissingParamType>
1717
</file>
1818
<file src="src/Exception/ConfigurationException.php">
1919
<MissingParamType>
20-
<code>$value</code>
20+
<code><![CDATA[$value]]></code>
2121
</MissingParamType>
2222
</file>
2323
<file src="src/Output/StrictUnifiedDiffOutputBuilder.php">
2424
<InvalidPropertyAssignmentValue>
2525
<code><![CDATA[$options['contextLines']]]></code>
2626
</InvalidPropertyAssignmentValue>
2727
<MissingParamType>
28-
<code>$output</code>
29-
<code>$output</code>
28+
<code><![CDATA[$output]]></code>
29+
<code><![CDATA[$output]]></code>
3030
</MissingParamType>
3131
<PropertyNotSetInConstructor>
32-
<code>$changed</code>
32+
<code><![CDATA[$changed]]></code>
3333
</PropertyNotSetInConstructor>
3434
</file>
3535
<file src="src/Output/UnifiedDiffOutputBuilder.php">
3636
<MissingParamType>
37-
<code>$output</code>
38-
<code>$output</code>
37+
<code><![CDATA[$output]]></code>
38+
<code><![CDATA[$output]]></code>
3939
</MissingParamType>
4040
</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>
4147
</files>

0 commit comments

Comments
 (0)