Skip to content

prototype-better-error-handling #869

prototype-better-error-handling

prototype-better-error-handling #869

Triggered via push October 4, 2025 12:25
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.4: src/ErrorsWithPath.php#L24
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) {