Skip to content

Commit 4a801ec

Browse files
Update Psalm baseline
1 parent 4671415 commit 4a801ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.psalm/baseline.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,9 @@
741741
<ArgumentTypeCoercion>
742742
<code><![CDATA[!empty($matches['operator']) ? $matches['operator'] : '>=']]></code>
743743
</ArgumentTypeCoercion>
744+
<RiskyTruthyFalsyComparison>
745+
<code><![CDATA[empty($matches['operator'])]]></code>
746+
</RiskyTruthyFalsyComparison>
744747
</file>
745748
<file src="src/Runner/Baseline/RelativePathCalculator.php">
746749
<LessSpecificReturnStatement>

0 commit comments

Comments
 (0)