Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 10, 2024
1 parent e428bcf commit c72a075
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.22.2@d768d914152dbbf3486c36398802f74e80cfde48">
<files psalm-version="5.23.0@005e3184fb6de4350a873b9b8c4dc3cede9db762">
<file src="src/Framework/Assert.php">
<ArgumentTypeCoercion>
<code><![CDATA[$actualElement->childNodes->item($i)]]></code>
Expand Down Expand Up @@ -1825,7 +1825,6 @@
</RedundantCast>
<RiskyTruthyFalsyComparison>
<code><![CDATA[!preg_match_all(self::REGEX_DATA_PROVIDER, $docComment, $matches)]]></code>
<code><![CDATA[empty($requires[$matches['name']])]]></code>
<code><![CDATA[preg_match_all('/@(?P<name>[A-Za-z_-]+)(?:[ \t]+(?P<value>.*?))?[ \t]*\r?$/m', $docBlock, $matches)]]></code>
</RiskyTruthyFalsyComparison>
</file>
Expand Down Expand Up @@ -2268,8 +2267,6 @@
<RiskyTruthyFalsyComparison>
<code><![CDATA[$diff]]></code>
<code><![CDATA[$diff]]></code>
<code><![CDATA[$message]]></code>
<code><![CDATA[$message]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="src/Util/TestDox/HtmlResultPrinter.php">
Expand Down

0 comments on commit c72a075

Please sign in to comment.