Build #1069
Annotations
1 warning
Test & package (low):
src/Symfony/Compiler/Discovery/ClassFinder.php#L42
Escaped Mutant for Mutator "FunctionCallRemoval":
--- Original
+++ New
@@ @@
$classes = \array_filter($classes, function (?string $class) use($predicate) {
return !empty($class) && $predicate($class);
});
- \sort($classes);
+
return $classes;
}
private function findClassInFile(\SplFileInfo $phpFile) : ?string
|
The logs for this run have expired and are no longer available.
Loading