Skip to content

Commit f115417

Browse files
Psalm does not know about PCOV
1 parent f3761fb commit f115417

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.psalm/baseline.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
<code>!is_array($linesToBeCovered) &amp;&amp; $linesToBeCovered !== false</code>
2525
</TypeDoesNotContainType>
2626
</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>
2738
<file src="src/Driver/XdebugDriver.php">
2839
<UndefinedConstant occurrences="5">
2940
<code>XDEBUG_CC_BRANCH_CHECK</code>

0 commit comments

Comments
 (0)