X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/fedff27fa8b2f164d11e5fa218118f6bc10a57e4..03e18bcdbca85c9396dec9cc6d5b4b93836ff37a:/Command/RangeCommand.php diff --git a/Command/RangeCommand.php b/Command/RangeCommand.php index b5586de..6ba5dd1 100644 --- a/Command/RangeCommand.php +++ b/Command/RangeCommand.php @@ -11,12 +11,12 @@ namespace Rapsys\PackBundle\Command; +use Rapsys\PackBundle\Command; + use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -use Rapsys\PackBundle\Command; - /** * {@inheritdoc} * @@ -121,6 +121,9 @@ class RangeCommand extends Command { //Print shuffled range var_export(implode($shuffles)); + + //Add trailing line + echo "\n"; } //Return success