Lock file maintenance #1191
Annotations
1 warning
|
Mutation tests (locked, 8.4, ubuntu-latest):
src/InvalidFormat.php#L15
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
{
public function __construct(string $message)
{
- parent::__construct(sprintf('Invalid byte format received (got: "%s"). The format must consist of a number and a unit. The following units are allowed: B, KB, MB, GB', $message));
+
}
}
|