This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
PHP Check #6491
php.yaml
on: merge_group
PHP Stan
32s
Symfony Lints
37s
PHP Code Coverage
1m 0s
PHP Infection Test
5m 28s
Matrix: Unittest
Annotations
2 warnings
PHP Infection Test:
src/Service/UtilityService.php#L38
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
}
}
}
- $dir->close();
+
}
$files = array_filter($files);
if (0 === count($files)) {
|
PHP Infection Test:
src/Service/UtilityService.php#L41
Escaped Mutant for Mutator "UnwrapArrayFilter":
@@ @@
}
$dir->close();
}
- $files = array_filter($files);
+ $files = $files;
if (0 === count($files)) {
return false;
}
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage
|
276 KB |
|