Skip to content

Commit 0605856

Browse files
Merge branch '8.5' into 9.6
2 parents ecd0f08 + c72a075 commit 0605856

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.25" installed="1.29.0" location="./tools/phpab" copy="true"/>
44
<phar name="php-cs-fixer" version="^3.0" installed="3.51.0" location="./tools/php-cs-fixer" copy="true"/>
5-
<phar name="psalm" version="^5.0" installed="5.22.2" location="./tools/psalm" copy="true"/>
5+
<phar name="psalm" version="^5.0" installed="5.23.0" location="./tools/psalm" copy="true"/>
66
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.11" location="./tools/php-scoper" copy="true"/>
77
<phar name="composer" version="^2.0.3" installed="2.7.1" location="./tools/composer" copy="true"/>
88
</phive>

.psalm/baseline.xml

Lines changed: 1 addition & 4 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.22.2@d768d914152dbbf3486c36398802f74e80cfde48">
2+
<files psalm-version="5.23.0@005e3184fb6de4350a873b9b8c4dc3cede9db762">
33
<file src="src/Framework/Assert.php">
44
<ArgumentTypeCoercion>
55
<code><![CDATA[$actualElement->childNodes->item($i)]]></code>
@@ -1661,7 +1661,6 @@
16611661
</RedundantCast>
16621662
<RiskyTruthyFalsyComparison>
16631663
<code><![CDATA[!preg_match_all(self::REGEX_DATA_PROVIDER, $docComment, $matches)]]></code>
1664-
<code><![CDATA[empty($requires[$matches['name']])]]></code>
16651664
<code><![CDATA[preg_match_all('/@(?P<name>[A-Za-z_-]+)(?:[ \t]+(?P<value>.*?))?[ \t]*\r?$/m', $docBlock, $matches)]]></code>
16661665
</RiskyTruthyFalsyComparison>
16671666
</file>
@@ -1919,8 +1918,6 @@
19191918
<RiskyTruthyFalsyComparison>
19201919
<code><![CDATA[$diff]]></code>
19211920
<code><![CDATA[$diff]]></code>
1922-
<code><![CDATA[$message]]></code>
1923-
<code><![CDATA[$message]]></code>
19241921
</RiskyTruthyFalsyComparison>
19251922
</file>
19261923
<file src="src/Util/TestDox/HtmlResultPrinter.php">

tools/psalm

11.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)