@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $parser = new SignatureParser($this->signature); |
| 48 | 48 | |
| 49 | 49 | $this->setName($parser->getName()); |
| 50 | - $this->setDescription($this->description ?: \get_class($this) . ' command'); |
|
| 50 | + $this->setDescription($this->description ?: \get_class($this).' command'); |
|
| 51 | 51 | |
| 52 | 52 | foreach ($parser->getArguments() as $argument) { |
| 53 | 53 | $this->getDefinition()->addArgument($argument); |