Skip to content

Commit

Permalink
Merge pull request #74 from Axent96/patch-2
Browse files Browse the repository at this point in the history
Fix for symfony/console v6.2
  • Loading branch information
wapmorgan committed Mar 17, 2023
2 parents fba5e57 + 3f3aec7 commit 108dfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScanCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ protected function outputToStdout(OutputInterface $output)
$replace_suggestions = $notes = [];

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

$info_messages = $report->getInfo();
Expand Down

0 comments on commit 108dfd6

Please sign in to comment.