@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Returns an array of tokens this test wants to listen for. |
50 | 50 | * |
51 | - * @return array |
|
51 | + * @return integer[] |
|
52 | 52 | */ |
53 | 53 | public function register() |
54 | 54 | { |
@@ -345,7 +345,7 @@ |
||
345 | 345 | * @param int $stackPtr The position of the function call token. |
346 | 346 | * @param int $paramOffset The 1-based index position of the parameter to retrieve. |
347 | 347 | * |
348 | - * @return array|false |
|
348 | + * @return string |
|
349 | 349 | */ |
350 | 350 | public function getFunctionCallParameter(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $paramOffset) |
351 | 351 | { |