@@ -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 | { |