Skip to content

Commit a8b58fd

Browse files
Merge branch '12.5'
* 12.5: Ignore error reported by PHPStan
2 parents 4f0f69c + c9633f1 commit a8b58fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CodeCoverage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ public function validate(TargetCollection $targets): ValidationResult
411411
*/
412412
public function driverIsPcov(): bool
413413
{
414+
/** @phpstan-ignore isset.initializedProperty */
414415
return isset($this->driver) && $this->driver->isPcov();
415416
}
416417

@@ -419,6 +420,7 @@ public function driverIsPcov(): bool
419420
*/
420421
public function driverIsXdebug(): bool
421422
{
423+
/** @phpstan-ignore isset.initializedProperty */
422424
return isset($this->driver) && $this->driver->isXdebug();
423425
}
424426

0 commit comments

Comments
 (0)