Skip to content

Commit

Permalink
Merge pull request #113 from szepeviktor/patch-3
Browse files Browse the repository at this point in the history
Make file:line selectable
  • Loading branch information
povils authored Feb 27, 2021
2 parents 8687b3f + e6831dd commit 0692961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Printer/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function printData(OutputInterface $output, FileReportList $fileReportLis
$total += count($entries);
foreach ($entries as $entry) {
$output->writeln(sprintf(
'%s:%d. Magic number: %s',
'%s:%d Magic number: %s',
$fileReport->getFile()->getRelativePathname(),
$entry['line'],
$entry['value']
Expand Down

0 comments on commit 0692961

Please sign in to comment.