Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 29, 2021
1 parent 621fd54 commit 60146aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@
</file>
<file src="src/Driver/PcovDriver.php">
<UndefinedConstant occurrences="1">
<code>\pcov\inclusive</code>
<code>inclusive</code>
</UndefinedConstant>
<UndefinedFunction occurrences="5">
<code>\pcov\clear()</code>
<code>\pcov\start()</code>
<code>\pcov\stop()</code>
<code>\pcov\waiting()</code>
<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">
Expand Down

0 comments on commit 60146aa

Please sign in to comment.