Completed
Pull Request — master (#193)
by Sara
06:28
created
src/AnnotatedCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     {
148 148
         if (!empty($description)) {
149 149
             $this->examples[$usage] = $description;
150
-            $usage .= ' ' . $description;
150
+            $usage .= ' '.$description;
151 151
         }
152 152
         $this->addUsage($usage);
153 153
     }
Please login to merge, or discard this patch.