Skip to content

Commit a34e723

Browse files
Merge branch '8.5' into 9.4
2 parents 7e833b0 + 67430ca commit a34e723

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<phar name="php-cs-fixer" version="^2.16" installed="2.16.4" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="phpdox" version="^0.12" installed="0.12.0" location="./tools/phpdox" copy="true"/>
66
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/>
7-
<phar name="psalm" version="^3.6" installed="3.17.2" location="./tools/psalm" copy="true"/>
7+
<phar name="psalm" version="^3.6" installed="3.18.2" location="./tools/psalm" copy="true"/>
88
<phar name="humbug/php-scoper" version="^0.13.2" installed="0.13.5" location="./tools/php-scoper" copy="true"/>
99
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
1010
</phive>

.psalm/baseline.xml

Lines changed: 3 additions & 3 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="3.17.2@9e526d9cb569fe4631e6a737bbb7948d05596e3f">
2+
<files psalm-version="3.18.2@19aa905f7c3c7350569999a93c40ae91ae4e1626">
33
<file src="src/Framework/Assert.php">
44
<ArgumentTypeCoercion occurrences="2">
55
<code>$actualElement-&gt;childNodes-&gt;item($i)</code>
@@ -1290,9 +1290,9 @@
12901290
<PossiblyUnusedMethod occurrences="1">
12911291
<code>main</code>
12921292
</PossiblyUnusedMethod>
1293-
<RedundantConditionGivenDocblockType occurrences="1">
1293+
<RedundantCondition occurrences="1">
12941294
<code>assert(isset($arguments) &amp;&amp; $arguments instanceof Configuration)</code>
1295-
</RedundantConditionGivenDocblockType>
1295+
</RedundantCondition>
12961296
<UnresolvableInclude occurrences="3">
12971297
<code>require $file</code>
12981298
<code>require $loaderFile</code>

tools/composer

178 KB
Binary file not shown.

tools/psalm

8.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)