@@ -324,7 +324,7 @@ |
||
324 | 324 | * @param int $stackPtr The position of the function call token. |
325 | 325 | * @param int $paramPosition The 0-based index position of the parameter to retrieve. |
326 | 326 | * |
327 | - * @return array|false |
|
327 | + * @return string |
|
328 | 328 | */ |
329 | 329 | public function getFunctionCallParameter(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $paramPosition) |
330 | 330 | { |