@@ -120,7 +120,7 @@ |
||
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 |
@@ -156,7 +156,7 @@ |
||
156 | 156 | } |
157 | 157 | |
158 | 158 | /** |
159 | - * @param $string |
|
159 | + * @param string $string |
|
160 | 160 | * |
161 | 161 | * @return array |
162 | 162 | */ |