We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 753941e + 60146aa commit d19dd4bCopy full SHA for d19dd4b
.psalm/baseline.xml
@@ -26,13 +26,14 @@
26
</file>
27
<file src="src/Driver/PcovDriver.php">
28
<UndefinedConstant occurrences="1">
29
- <code>\pcov\inclusive</code>
+ <code>inclusive</code>
30
</UndefinedConstant>
31
<UndefinedFunction occurrences="5">
32
- <code>\pcov\clear()</code>
33
- <code>\pcov\start()</code>
34
- <code>\pcov\stop()</code>
35
- <code>\pcov\waiting()</code>
+ <code>clear()</code>
+ <code>collect(inclusive, $filesToCollectCoverageFor)</code>
+ <code>start()</code>
+ <code>stop()</code>
36
+ <code>waiting()</code>
37
</UndefinedFunction>
38
39
<file src="src/Driver/XdebugDriver.php">
0 commit comments