Lock file maintenance #1173
Annotations
2 warnings
Mutation tests (locked, 8.4, ubuntu-latest)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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));
+
}
}
|