Completed
Push — master ( da49a9...f5b6be )
by Maxim
02:45
created
src/Weew/ConsoleArguments/ArgumentsMatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
 
121 121
     /**
122 122
      * @param ICommand[] $commands
123
-     * @param $commandName
123
+     * @param string $commandName
124 124
      *
125 125
      * @return ICommand
126 126
      * @throws AmbiguousCommandException
Please login to merge, or discard this patch.
src/Weew/ConsoleArguments/ArgumentsParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-     * @param $string
159
+     * @param string $string
160 160
      *
161 161
      * @return array
162 162
      */
Please login to merge, or discard this patch.