@@ -207,6 +207,7 @@ discard block |
||
207 | 207 | /** |
208 | 208 | * Given a docblock description in the form "$variable description", |
209 | 209 | * return the variable name and description via the 'match' parameter. |
210 | + * @param string $source |
|
210 | 211 | */ |
211 | 212 | protected function pregMatchNameAndDescription($source, &$match) |
212 | 213 | { |
@@ -220,6 +221,7 @@ discard block |
||
220 | 221 | /** |
221 | 222 | * Given a docblock description in the form "$variable description", |
222 | 223 | * return the variable name and description via the 'match' parameter. |
224 | + * @param string $source |
|
223 | 225 | */ |
224 | 226 | protected function pregMatchOptionNameAndDescription($source, &$match) |
225 | 227 | { |