composer(deps-dev): Bump vimeo/psalm from 5.13.1 to 5.14.0 #271
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