Skip to content

Update rector/rector requirement from ^1.0.0 to ^2.0.1 (#52) #242

Update rector/rector requirement from ^1.0.0 to ^2.0.1 (#52)

Update rector/rector requirement from ^1.0.0 to ^2.0.1 (#52) #242

Triggered via push December 12, 2024 15:06
Status Success
Total duration 3m 40s
Artifacts

mutation.yml

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

Annotations

5 warnings
mutation / PHP 8.1-ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mutation / PHP 8.1-ubuntu-latest: src/Json.php#L49
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * * @return string The encoding result. */ - public static function encode($value, int $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR, int $depth = 512) : string + public static function encode($value, int $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR, int $depth = 511) : string { if (is_array($value)) { $value = self::processArray($value);
mutation / PHP 8.1-ubuntu-latest: src/Json.php#L49
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * * @return string The encoding result. */ - public static function encode($value, int $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR, int $depth = 512) : string + public static function encode($value, int $options = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR, int $depth = 513) : string { if (is_array($value)) { $value = self::processArray($value);
mutation / PHP 8.1-ubuntu-latest: src/Json.php#L98
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ * * @return mixed The PHP data. */ - public static function decode(string $json, bool $asArray = true, int $depth = 512, int $options = JSON_THROW_ON_ERROR) + public static function decode(string $json, bool $asArray = true, int $depth = 511, int $options = JSON_THROW_ON_ERROR) { if ($json === '') { return null;
mutation / PHP 8.1-ubuntu-latest: src/Json.php#L98
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ * * @return mixed The PHP data. */ - public static function decode(string $json, bool $asArray = true, int $depth = 512, int $options = JSON_THROW_ON_ERROR) + public static function decode(string $json, bool $asArray = true, int $depth = 513, int $options = JSON_THROW_ON_ERROR) { if ($json === '') { return null;