Skip to content

Commit

Permalink
end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 24, 2022
1 parent a9372bb commit b981b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/ListRulesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'rectors' => $rectorClasses,
];

echo Json::encode($data, Json::PRETTY);
echo Json::encode($data, Json::PRETTY) . PHP_EOL;
return Command::SUCCESS;
}

Expand Down

0 comments on commit b981b37

Please sign in to comment.