build: Remove unused extensions requirements and packages #1351
Annotations
1 error and 1 warning
|
src/Console/Command/Extract.php#L191
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
private static function generateAlias(string $file) : string
{
$extension = self::getExtension($file);
- return bin2hex(random_bytes(16)) . $extension;
+ return bin2hex(random_bytes(15)) . $extension;
}
private static function getExtension(string $file) : string
{
|
The logs for this run have expired and are no longer available.
Loading