composer(deps-dev): bump rector/rector from 1.2.9 to 1.2.10 #802
Annotations
2 warnings
Run mutation tests with Xdebug and infection/infection:
src/Json.php#L121
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
*/
private static function decode(string $encoded)
{
- return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR);
+ return \json_decode($encoded, false, 511, \JSON_THROW_ON_ERROR);
}
}
|
Run mutation tests with Xdebug and infection/infection:
src/Json.php#L121
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
*/
private static function decode(string $encoded)
{
- return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR);
+ return \json_decode($encoded, false, 513, \JSON_THROW_ON_ERROR);
}
}
|
Loading