Skip to content

chore(deps): update dependency ubuntu to v22 (#162) #295

chore(deps): update dependency ubuntu to v22 (#162)

chore(deps): update dependency ubuntu to v22 (#162) #295

Triggered via push March 16, 2024 11:50
Status Success
Total duration 29s
Artifacts

infection.yaml

on: push
Infection
20s
Infection
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Infection
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Infection: src/Exception/InvalidArgument.php#L17
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ use function sprintf; final class InvalidArgument extends Exception implements ClientAware { - private function __construct(string $message = '', int $code = 0, Throwable|null $previous = null) + private function __construct(string $message = '', int $code = -1, Throwable|null $previous = null) { parent::__construct($message, $code, $previous); }
Infection: src/Exception/InvalidArgument.php#L17
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ use function sprintf; final class InvalidArgument extends Exception implements ClientAware { - private function __construct(string $message = '', int $code = 0, Throwable|null $previous = null) + private function __construct(string $message = '', int $code = 1, Throwable|null $previous = null) { parent::__construct($message, $code, $previous); }