This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
PHP Check #6514
php.yaml
on: merge_group
PHP Stan
35s
Symfony Lints
35s
PHP Code Coverage
1m 1s
PHP Infection Test
5m 39s
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 |
|