Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 11, 2024
1 parent 4671415 commit 4a801ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,9 @@
<ArgumentTypeCoercion>
<code><![CDATA[!empty($matches['operator']) ? $matches['operator'] : '>=']]></code>
</ArgumentTypeCoercion>
<RiskyTruthyFalsyComparison>
<code><![CDATA[empty($matches['operator'])]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="src/Runner/Baseline/RelativePathCalculator.php">
<LessSpecificReturnStatement>
Expand Down

0 comments on commit 4a801ec

Please sign in to comment.