Skip to content

Update infection/infection requirement from ^0.26.4 to ^0.28.1 #209

Update infection/infection requirement from ^0.26.4 to ^0.28.1

Update infection/infection requirement from ^0.26.4 to ^0.28.1 #209

Triggered via pull request May 15, 2024 22:06
Status Failure
Total duration 1m 5s
Artifacts

main.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
PHP: 8.2; Laravel: ^10.0; Prefer: prefer-lowest
Process completed with exit code 1.
Lint
Process completed with exit code 1.
Lint: src/HasParameters.php#L174
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ return '0'; } if ($value instanceof BackedEnum) { - return (string) $value->value; + return $value->value; } return (string) $value; }