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 b015312 commit c9633f1Copy full SHA for c9633f1
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