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 4f0f69c + c9633f1 commit a8b58fdCopy full SHA for a8b58fd
1 file changed
src/CodeCoverage.php
@@ -411,6 +411,7 @@ public function validate(TargetCollection $targets): ValidationResult
411
*/
412
public function driverIsPcov(): bool
413
{
414
+ /** @phpstan-ignore isset.initializedProperty */
415
return isset($this->driver) && $this->driver->isPcov();
416
}
417
@@ -419,6 +420,7 @@ public function driverIsPcov(): bool
419
420
421
public function driverIsXdebug(): bool
422
423
424
return isset($this->driver) && $this->driver->isXdebug();
425
426
0 commit comments