]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Command.php
Add captcha option
[packbundle] / Command.php
index 0832e2e546f79bb104c91bc9a4b8c5755198a2af..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();
 
@@ -44,9 +44,9 @@ class Command extends BaseCommand {
        }
 
        /**
-        * Return the command name
-        *
         * {@inheritdoc}
+        *
+        * Return the command name
         */
        public function getName(): string {
                //With namespace