Skip to content

Commit 1709f3b

Browse files
Merge branch '9.2'
2 parents 784afb3 + 96d6b8d commit 1709f3b

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
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.9.5" ___location="./tools/php-cs-fixer" copy="true"/>
4-
<phar name="psalm" version="^4.0" installed="4.24.0" ___location="./tools/psalm" copy="true"/>
4+
<phar name="psalm" version="^4.0" installed="4.25.0" ___location="./tools/psalm" copy="true"/>
55
<phar name="composer" version="^2.0.3" installed="2.4.0-RC1" ___location="./tools/composer" copy="true"/>
66
</phive>

.psalm/baseline.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@
3535
<code>$this-&gt;functionCoverage[$file][$functionName]['branches']</code>
3636
</PossiblyNullArrayAssignment>
3737
</file>
38-
<file src="src/Driver/PcovDriver.php">
39-
<UndefinedConstant occurrences="1">
40-
<code>inclusive</code>
41-
</UndefinedConstant>
42-
<UndefinedFunction occurrences="5">
43-
<code>clear()</code>
44-
<code>collect(inclusive, $filesToCollectCoverageFor)</code>
45-
<code>start()</code>
46-
<code>stop()</code>
47-
<code>waiting()</code>
48-
</UndefinedFunction>
49-
</file>
5038
<file src="src/Driver/XdebugDriver.php">
5139
<UndefinedConstant occurrences="5">
5240
<code>XDEBUG_CC_BRANCH_CHECK</code>

tools/psalm

9.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)