Completed
Push — master ( 9eb452...a0cd38 )
by Kirill
04:51 queued 01:32
created
src/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.