Completed
Pull Request — master (#14)
by Greg
02:21
created
src/AnnotatedCommandFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -134,6 +134,9 @@
 block discarded – undo
134 134
         $this->commandProcessor()->hookManager()->add($commandName, $hook, $callback);
135 135
     }
136 136
 
137
+    /**
138
+     * @param integer $n
139
+     */
137 140
     protected function getNthWord($string, $n, $default, $delimiter = ' ')
138 141
     {
139 142
         $words = explode($delimiter, $string);
Please login to merge, or discard this patch.
src/CommandInfo.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @var boolean
21 21
      * @var string
22
-    */
22
+     */
23 23
     protected $docBlockIsParsed;
24 24
 
25 25
     /**
Please login to merge, or discard this patch.