Allow symfony/console and symfony/event-dispatcher ^7.0.0 #241
Annotations
2 warnings
src/Command/DIParametersCommand.php#L106
Escaped Mutant for Mutator "Concat":
@@ @@
}
} else {
$output->writeln(sprintf('%s<fg=cyan>%s</>:', $spaces, $key));
- $this->printSortedParameters($output, $item, $spaces . ' ');
+ $this->printSortedParameters($output, $item, ' ' . $spaces);
}
} else {
$output->writeln(sprintf('%s<fg=cyan>%s</>: %s', $spaces, $key, $this->valueToString($item)));
|
src/Command/DIParametersCommand.php#L120
Escaped Mutant for Mutator "FunctionCallRemoval":
@@ @@
$output->writeln('');
} elseif (is_array(next($parameters))) {
$output->writeln('');
- prev($parameters);
+
}
}
}
|
This job succeeded
Loading