X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/687a51abbffbe68e2bb6086d1ebd466afe7e4d1e..0630ec4bdb74d50e2cc6353dca9d8c691fe22479:/Command.php

diff --git a/Command.php b/Command.php
index 0832e2e..0097d12 100644
--- a/Command.php
+++ b/Command.php
@@ -11,11 +11,11 @@
 
 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