Skip to content

Commit 108dfd6

Browse files
authored
Merge pull request #74 from Axent96/patch-2
Fix for symfony/console v6.2
2 parents fba5e57 + 3f3aec7 commit 108dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScanCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ protected function outputToStdout(OutputInterface $output)
303303
$replace_suggestions = $notes = [];
304304

305305
foreach ($this->reports as $report) {
306-
$output->writeln(null);
306+
$output->writeln('');
307307
$output->writeln('<fg=white>'.$report->getTitle().'</>');
308308

309309
$info_messages = $report->getInfo();

0 commit comments

Comments
 (0)