Skip to content

Ignore file with Pint #226

Ignore file with Pint

Ignore file with Pint #226

Triggered via push May 18, 2024 06:02
Status Failure
Total duration 51s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Check
Process completed with exit code 1.
Check: src/HasParameters.php#L172
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ return '0'; } if ($value instanceof BackedEnum) { - return (string) $value->value; + return $value->value; } return (string) $value; }