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.
1 parent f3761fb commit f115417Copy full SHA for f115417
.psalm/baseline.xml
@@ -24,6 +24,17 @@
24
<code>!is_array($linesToBeCovered) && $linesToBeCovered !== false</code>
25
</TypeDoesNotContainType>
26
</file>
27
+ <file src="src/Driver/PcovDriver.php">
28
+ <UndefinedConstant occurrences="1">
29
+ <code>\pcov\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>
36
+ </UndefinedFunction>
37
+ </file>
38
<file src="src/Driver/XdebugDriver.php">
39
<UndefinedConstant occurrences="5">
40
<code>XDEBUG_CC_BRANCH_CHECK</code>
0 commit comments