We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8687b3f + e6831dd commit 0692961Copy full SHA for 0692961
src/Printer/Console.php
@@ -29,7 +29,7 @@ public function printData(OutputInterface $output, FileReportList $fileReportLis
29
$total += count($entries);
30
foreach ($entries as $entry) {
31
$output->writeln(sprintf(
32
- '%s:%d. Magic number: %s',
+ '%s:%d Magic number: %s',
33
$fileReport->getFile()->getRelativePathname(),
34
$entry['line'],
35
$entry['value']
0 commit comments