Skip to content

Commit 71e826c

Browse files
Merge branch '8.5' into 9.4
2 parents 6ce011b + 14eb51b commit 71e826c

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
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.7" 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="^4.0" installed="4.1.1" location="./tools/psalm" copy="true"/>
7+
<phar name="psalm" version="^4.0" installed="4.2.1" location="./tools/psalm" copy="true"/>
88
<phar name="humbug/php-scoper" version="^0.13.9" installed="0.13.9" 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
<phar name="composer" version="^2.0.3" installed="2.0.7" location="./tools/composer" copy="true"/>

.psalm/baseline.xml

Lines changed: 2 additions & 8 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="4.1.1@16bfbd9224698bd738c665f33039fade2a1a3977">
2+
<files psalm-version="4.2.1@ea9cb72143b77e7520c52fa37290bd8d8bc88fd9">
33
<file src="src/Framework/Assert.php">
44
<ArgumentTypeCoercion occurrences="2">
55
<code>$actualElement-&gt;childNodes-&gt;item($i)</code>
@@ -11,7 +11,7 @@
1111
<code>Xml::removeCharacterDataNodes($actualElement)</code>
1212
<code>Xml::removeCharacterDataNodes($expectedElement)</code>
1313
</DeprecatedMethod>
14-
<DocblockTypeContradiction occurrences="22">
14+
<DocblockTypeContradiction occurrences="16">
1515
<code>!$actual instanceof Countable &amp;&amp; !is_iterable($actual)</code>
1616
<code>!$actual instanceof Countable &amp;&amp; !is_iterable($actual)</code>
1717
<code>!$expected instanceof Countable &amp;&amp; !is_iterable($expected)</code>
@@ -24,12 +24,6 @@
2424
<code>is_array($array) || $array instanceof ArrayAccess</code>
2525
<code>is_int($key) || is_string($key)</code>
2626
<code>is_int($key) || is_string($key)</code>
27-
<code>is_iterable($actual)</code>
28-
<code>is_iterable($actual)</code>
29-
<code>is_iterable($expected)</code>
30-
<code>is_iterable($expected)</code>
31-
<code>is_iterable($haystack)</code>
32-
<code>is_iterable($haystack)</code>
3327
<code>is_object($object)</code>
3428
<code>is_object($object)</code>
3529
<code>is_string($key)</code>

tools/psalm

80.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)