Skip to content

Commit e0de526

Browse files
Merge branch '8.5' into 9.5
2 parents 8a67777 + 4ac7d0b commit e0de526

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<phar name="php-cs-fixer" version="^2.16" installed="2.18.2" 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.6.1" location="./tools/psalm" copy="true"/>
7+
<phar name="psalm" version="^4.0" installed="4.6.2" location="./tools/psalm" copy="true"/>
88
<phar name="humbug/php-scoper" version="^0.13.9" installed="0.14.0" 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"/>
10-
<phar name="composer" version="^2.0.3" installed="2.0.10" location="./tools/composer" copy="true"/>
10+
<phar name="composer" version="^2.0.3" installed="2.0.11" location="./tools/composer" copy="true"/>
1111
</phive>

.psalm/baseline.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@
148148
<code>static::assertThat($haystack, $constraint, $message)</code>
149149
<code>static::assertThat($haystack, $constraint, $message)</code>
150150
</MissingThrowsDocblock>
151+
<PossiblyInvalidArgument occurrences="2">
152+
<code>$expected</code>
153+
<code>$expected</code>
154+
</PossiblyInvalidArgument>
151155
<RedundantCondition occurrences="1">
152156
<code>assert($step['object'] instanceof TestCase)</code>
153157
</RedundantCondition>

tools/composer

8 Bytes
Binary file not shown.

tools/psalm

7.99 KB
Binary file not shown.

0 commit comments

Comments
 (0)