Skip to content

Commit 096bd19

Browse files
Merge branch '9.2'
2 parents 8206938 + ca5d0ea commit 096bd19

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="php-cs-fixer" version="^3.0" installed="3.13.1" ___location="./tools/php-cs-fixer" copy="true"/>
4-
<phar name="psalm" version="^5.0" installed="5.3.0" ___location="./tools/psalm" copy="true"/>
4+
<phar name="psalm" version="^5.0" installed="5.4.0" ___location="./tools/psalm" copy="true"/>
55
<phar name="composer" version="^2.0.3" installed="2.4.4" ___location="./tools/composer" copy="true"/>
66
</phive>

.psalm/baseline.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<ArgumentTypeCoercion occurrences="1">
55
<code>$tmp[0]</code>
66
</ArgumentTypeCoercion>
7-
<RedundantCondition occurrences="1">
7+
<RedundantCondition occurrences="2">
8+
<code>$class-&gt;isSubclassOf($parentClass)</code>
89
<code>is_array($linesToBeCovered)</code>
910
</RedundantCondition>
1011
</file>

tools/psalm

5.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)