Skip to content

Commit 0e997e5

Browse files
Fix
1 parent 0a36141 commit 0e997e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/CodeCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function init(Configuration $configuration, CodeCoverageFilterRegistry $c
123123
}
124124

125125
/**
126-
* @phpstan-assert-if-true !null $this->instance
126+
* @phpstan-assert-if-true !null $this->codeCoverage
127127
*/
128128
public function isActive(): bool
129129
{

0 commit comments

Comments
 (0)