Skip to content

Add PHP 8.4 (#56)

Add PHP 8.4 (#56) #252

Triggered via push February 8, 2025 14:16
Status Success
Total duration 50s
Artifacts

mutation.yml

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

Annotations

4 warnings
mutation / PHP 8.4-ubuntu-latest: src/Json.php#L49
Escaped Mutant for Mutator "DecrementInteger": @@ @@ * * @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.4-ubuntu-latest: src/Json.php#L49
Escaped Mutant for Mutator "IncrementInteger": @@ @@ * * @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.4-ubuntu-latest: src/Json.php#L100
Escaped Mutant for Mutator "DecrementInteger": @@ @@ * * @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.4-ubuntu-latest: src/Json.php#L100
Escaped Mutant for Mutator "IncrementInteger": @@ @@ * * @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;