Completed
Pull Request — master (#15)
by Greg
02:17
created
src/CommandDocBlockParser.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@  discard block
 block discarded – undo
31 31
         'desc' => 'processAlternateDescriptionTag',
32 32
     ];
33 33
 
34
+    /**
35
+     * @param CommandInfo $commandInfo
36
+     */
34 37
     public function __construct($commandInfo)
35 38
     {
36 39
         $this->commandInfo = $commandInfo;
@@ -39,6 +42,7 @@  discard block
 block discarded – undo
39 42
     /**
40 43
      * Parse the docBlock comment for this command, and set the
41 44
      * fields of this class with the data thereby obtained.
45
+     * @param string $docblock
42 46
      */
43 47
     public function parse($docblock)
44 48
     {
Please login to merge, or discard this patch.