Skip to content

Commit

Permalink
Merge branch '9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 29, 2022
2 parents 784afb3 + 96d6b8d commit 1709f3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^3.0" installed="3.9.5" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.24.0" location="./tools/psalm" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.25.0" location="./tools/psalm" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.4.0-RC1" location="./tools/composer" copy="true"/>
</phive>
12 changes: 0 additions & 12 deletions .psalm/baseline.xml
Expand Up @@ -35,18 +35,6 @@
<code>$this-&gt;functionCoverage[$file][$functionName]['branches']</code>
</PossiblyNullArrayAssignment>
</file>
<file src="src/Driver/PcovDriver.php">
<UndefinedConstant occurrences="1">
<code>inclusive</code>
</UndefinedConstant>
<UndefinedFunction occurrences="5">
<code>clear()</code>
<code>collect(inclusive, $filesToCollectCoverageFor)</code>
<code>start()</code>
<code>stop()</code>
<code>waiting()</code>
</UndefinedFunction>
</file>
<file src="src/Driver/XdebugDriver.php">
<UndefinedConstant occurrences="5">
<code>XDEBUG_CC_BRANCH_CHECK</code>
Expand Down
Binary file modified tools/psalm
Binary file not shown.

0 comments on commit 1709f3b

Please sign in to comment.