Skip to content

Commit 9072431

Browse files
Merge branch '10.5' into 11.0
2 parents d1c9957 + 5f6b731 commit 9072431

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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 & 2 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/Event/Dispatcher/DirectDispatcher.php">
44
<UndefinedInterfaceMethod>
55
<code><![CDATA[notify]]></code>
@@ -527,7 +527,6 @@
527527
* >]]></code>
528528
</InvalidReturnType>
529529
<RiskyTruthyFalsyComparison>
530-
<code><![CDATA[empty($requires[$matches['name']])]]></code>
531530
<code><![CDATA[preg_match_all('/@(?P<name>[A-Za-z_-]+)(?:[ \t]+(?P<value>.*?))?[ \t]*\r?$/m', $docBlock, $matches)]]></code>
532531
</RiskyTruthyFalsyComparison>
533532
</file>

tools/psalm

11.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)