Skip to content

Commit 6161d54

Browse files
Merge branch '9.2'
2 parents 1709f3b + af2fba1 commit 6161d54

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.psalm/baseline.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@
3535
<code>$this-&gt;functionCoverage[$file][$functionName]['branches']</code>
3636
</PossiblyNullArrayAssignment>
3737
</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>
3850
<file src="src/Driver/XdebugDriver.php">
3951
<UndefinedConstant occurrences="5">
4052
<code>XDEBUG_CC_BRANCH_CHECK</code>

0 commit comments

Comments
 (0)