Skip to content

Update rector/rector requirement from ^0.18.2 to ^0.19.0 (#68) #316

Update rector/rector requirement from ^0.18.2 to ^0.19.0 (#68)

Update rector/rector requirement from ^0.18.2 to ^0.19.0 (#68) #316

Triggered via push January 9, 2024 15:39
Status Success
Total duration 30s
Artifacts

mutation.yml

on: push
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
mutation / PHP 8.2-ubuntu-latest: src/TokenRepository.php#L54
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ } return null; } - private function verifyToken(JWS $jws, JWK $jwk, int $signature = 0) : bool + private function verifyToken(JWS $jws, JWK $jwk, int $signature = -1) : bool { return (new JWSVerifier($this->algorithmManager))->verifyWithKey($jws, $jwk, $signature); } }
mutation / PHP 8.2-ubuntu-latest: src/TokenRepository.php#L54
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ } return null; } - private function verifyToken(JWS $jws, JWK $jwk, int $signature = 0) : bool + private function verifyToken(JWS $jws, JWK $jwk, int $signature = 1) : bool { return (new JWSVerifier($this->algorithmManager))->verifyWithKey($jws, $jwk, $signature); } }