Skip to content

Commit aaf421d

Browse files
Merge branch '8.5' into 9.6
2 parents 5e86f7a + 6a66322 commit aaf421d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.39.0" location="./tools/php-cs-fixer" copy="true"/>
5-
<phar name="psalm" version="^5.0" installed="5.15.0" location="./tools/psalm" copy="true"/>
5+
<phar name="psalm" version="^5.0" installed="5.16.0" location="./tools/psalm" copy="true"/>
66
<phar name="humbug/php-scoper" version="^0.18.1" installed="0.18.9" location="./tools/php-scoper" copy="true"/>
77
<phar name="composer" version="^2.0.3" installed="2.6.5" location="./tools/composer" copy="true"/>
88
</phive>

.psalm/baseline.xml

Lines changed: 4 additions & 1 deletion
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.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
2+
<files psalm-version="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
33
<file src="src/Framework/Assert.php">
44
<ArgumentTypeCoercion>
55
<code><![CDATA[$actualElement->childNodes->item($i)]]></code>
@@ -941,6 +941,9 @@
941941
);]]></code>
942942
<code><![CDATA[throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".');]]></code>
943943
</MissingThrowsDocblock>
944+
<NoValue>
945+
<code><![CDATA[$this->dataName]]></code>
946+
</NoValue>
944947
<PossiblyNullPropertyAssignmentValue>
945948
<code>$beStrictAboutChangesToGlobalState</code>
946949
<code>null</code>

tools/psalm

79.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)