]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Command/RangeCommand.php
Remove constructor range argument
[packbundle] / Command / RangeCommand.php
index e18fafac38aa392750fb0960626d3473c9b0b226..65b4fe4dafc09b63eb7acc45dbbe0d077585e363 100644 (file)
@@ -18,9 +18,9 @@ use Symfony\Component\Console\Output\OutputInterface;
 use Rapsys\PackBundle\Command;
 
 /**
- * Shuffle printable character range
- *
  * {@inheritdoc}
+ *
+ * Shuffle printable character range
  */
 class RangeCommand extends Command {
        /**
@@ -40,7 +40,7 @@ class RangeCommand extends Command {
        /**
         * {@inheritdoc}
         */
-       public function __construct(protected ?string $name = null, protected string $file = '.env.local') {
+       public function __construct(protected string $file = '.env.local', protected ?string $name = null) {
                //Call parent constructor
                parent::__construct($this->name);
 
@@ -49,9 +49,9 @@ class RangeCommand extends Command {
        }
 
        /**
-        * Output a shuffled printable characters range
-        *
         * {@inheritdoc}
+        *
+        * Output a shuffled printable characters range
         */
        protected function execute(InputInterface $input, OutputInterface $output): int {
                //Printable character range