composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.8.1 to 6.9.0 #394
Annotations
2 warnings
src/Json.php#L110
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
*/
private static function decode(string $encoded) : mixed
{
- return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR);
+ return \json_decode($encoded, false, 511, \JSON_THROW_ON_ERROR);
}
}
|
src/Json.php#L110
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
*/
private static function decode(string $encoded) : mixed
{
- return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR);
+ return \json_decode($encoded, false, 513, \JSON_THROW_ON_ERROR);
}
}
|
The logs for this run have expired and are no longer available.
Loading