Skip to content

Improve generator Type exception #151

Improve generator Type exception

Improve generator Type exception #151

Triggered via push November 13, 2025 20:05
Status Failure
Total duration 53s
Artifacts

check.yml

on: push
Matrix: check / phpstan
Matrix: check / psalm
Matrix: check / test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
check / infection
Process completed with exit code 1.
check / infection: src/Type/Visitor/Stringify.php#L99
Escaped Mutant for Mutator "Coalesce": @@ @@ */ public function safe(Type $type): string { - return $type->accept($this->next->get() ?? $this); + return $type->accept($this ?? $this->next->get()); } /** * @return non-empty-string