Skip to content

Commit

Permalink
Revert unintended change to Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 22, 2022
1 parent d25b7e8 commit 709ee60
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
<code>include_once $uncoveredFile</code>
</UnresolvableInclude>
</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/Xdebug2Driver.php">
<UndefinedConstant occurrences="3">
<code>XDEBUG_CC_BRANCH_CHECK</code>
Expand Down

0 comments on commit 709ee60

Please sign in to comment.