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 1709f3b + af2fba1 commit 6161d54Copy full SHA for 6161d54
.psalm/baseline.xml
@@ -35,6 +35,18 @@
35
<code>$this->functionCoverage[$file][$functionName]['branches']</code>
36
</PossiblyNullArrayAssignment>
37
</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>
50
<file src="src/Driver/XdebugDriver.php">
51
<UndefinedConstant occurrences="5">
52
<code>XDEBUG_CC_BRANCH_CHECK</code>
0 commit comments