Completed
Push — master ( 4714ce...2b7987 )
by Rougin
04:26
created
src/Commands/AbstractCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,8 @@
 block discarded – undo
54 54
      */
55 55
     protected function configure()
56 56
     {
57
-        $this->setName('create:' . $this->command)
58
-            ->setDescription('Create a new ' . $this->command)
57
+        $this->setName('create:'.$this->command)
58
+            ->setDescription('Create a new '.$this->command)
59 59
             ->addArgument(
60 60
                 'name',
61 61
                 InputArgument::REQUIRED,
Please login to merge, or discard this patch.