]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Command.php
Cleanup
[packbundle] / Command.php
index 51fbb300b33e4d3c06925246d71920fa74506ff2..0097d1246ebdde9e6a6ea9d870ca85f8e5f426b9 100644 (file)
 
 namespace Rapsys\PackBundle;
 
+use Rapsys\PackBundle\RapsysPackBundle;
+
 use Symfony\Component\Console\Command\Command as BaseCommand;
 use Symfony\Component\DependencyInjection\Container;
 
-use Rapsys\PackBundle\RapsysPackBundle;
-
 /**
  * {@inheritdoc}
  */
@@ -23,7 +23,7 @@ class Command extends BaseCommand {
        /**
         * {@inheritdoc}
         */
-    public function __construct(protected ?string $name = null) {
+       public function __construct(protected ?string $name = null) {
                //Fix name
                $this->name = $this->name ?? static::getName();