Skip to content

Commit e6831dd

Browse files
authored
Make file:line selectable
When double-clicking file:line the trailing dot also get selected thus the clipboard cannot be used to paste into the command line: `editor file:line`
1 parent 00b6170 commit e6831dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Printer/Console.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function printData(OutputInterface $output, FileReportList $fileReportLis
2929
$total += count($entries);
3030
foreach ($entries as $entry) {
3131
$output->writeln(sprintf(
32-
'%s:%d. Magic number: %s',
32+
'%s:%d Magic number: %s',
3333
$fileReport->getFile()->getRelativePathname(),
3434
$entry['line'],
3535
$entry['value']

0 commit comments

Comments
 (0)