]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Command/RangeCommand.php
Fix undefined key error
[packbundle] / Command / RangeCommand.php
index b5586de0d6c4de8256c7794c6dff842140912e3a..6ba5dd110f3c5a974456c99627a07095d4183ff1 100644 (file)
 
 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