Skip to content

prototype-better-error-handling #873

prototype-better-error-handling

prototype-better-error-handling #873

Triggered via push October 4, 2025 16:57
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.4: src/ErrorsWithPath.php#L30
Escaped Mutant for Mutator "PublicVisibility": @@ @@ $this->addError($error); } } - public function addError(Error|ErrorWithPath|self $error): self + protected function addError(Error|ErrorWithPath|self $error): self { if ($error instanceof self) { foreach ($error->errorsWithPath as $errorWithPath) {