X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/fedff27fa8b2f164d11e5fa218118f6bc10a57e4..3368f7c8af4706ab309544d8710e724e8b5f0ee8:/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