Skip to content

Commit 5f6b731

Browse files
Merge branch '9.6' into 10.5
2 parents f5962b4 + 0605856 commit 5f6b731

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>
@@ -717,7 +717,6 @@
717717
* >]]></code>
718718
</InvalidReturnType>
719719
<RiskyTruthyFalsyComparison>
720-
<code><![CDATA[empty($requires[$matches['name']])]]></code>
721720
<code><![CDATA[preg_match_all('/@(?P<name>[A-Za-z_-]+)(?:[ \t]+(?P<value>.*?))?[ \t]*\r?$/m', $docBlock, $matches)]]></code>
722721
</RiskyTruthyFalsyComparison>
723722
</file>

tools/psalm

11.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)