Skip to content

Commit 10eff3d

Browse files
Merge branch '9.2'
2 parents 02708c7 + f10a456 commit 10eff3d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<phive xmlns="https://phar.io/phive">
33
<phar name="php-cs-fixer" version="^3.0" installed="3.0.0" ___location="./tools/php-cs-fixer" copy="true"/>
44
<phar name="psalm" version="^4.0" installed="4.7.1" ___location="./tools/psalm" copy="true"/>
5-
<phar name="composer" version="^2.0.3" installed="2.0.13" ___location="./tools/composer" copy="true"/>
5+
<phar name="composer" version="^2.0.3" installed="2.0.14" ___location="./tools/composer" copy="true"/>
66
</phive>

.psalm/baseline.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
<ArgumentTypeCoercion occurrences="1">
55
<code>$unit[0]</code>
66
</ArgumentTypeCoercion>
7-
<InternalMethod occurrences="8">
8-
<code>asString</code>
7+
<InternalMethod occurrences="2">
98
<code>getName</code>
109
<code>getName</code>
11-
<code>isLarge</code>
12-
<code>isMedium</code>
13-
<code>size</code>
14-
<code>size</code>
15-
<code>size</code>
1610
</InternalMethod>
1711
<PropertyNotSetInConstructor occurrences="1">
1812
<code>$currentId</code>
@@ -23,6 +17,12 @@
2317
<TypeDoesNotContainType occurrences="1">
2418
<code>!is_array($linesToBeCovered) &amp;&amp; $linesToBeCovered !== false</code>
2519
</TypeDoesNotContainType>
20+
<UndefinedMethod occurrences="4">
21+
<code>size</code>
22+
<code>size</code>
23+
<code>size</code>
24+
<code>status</code>
25+
</UndefinedMethod>
2626
</file>
2727
<file src="src/Driver/PcovDriver.php">
2828
<UndefinedConstant occurrences="1">

tools/composer

960 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)