@@ -1065,7 +1065,7 @@ |
||
1065 | 1065 | * @param \PHP_CodeSniffer_File $phpcsFile The file being scanned. |
1066 | 1066 | * @param int $stackPtr The position of the return type token. |
1067 | 1067 | * |
1068 | - * @return string|false The name of the return type token. |
|
1068 | + * @return null|string The name of the return type token. |
|
1069 | 1069 | */ |
1070 | 1070 | public function getReturnTypeHintName(\PHP_CodeSniffer_File $phpcsFile, $stackPtr) |
1071 | 1071 | { |
@@ -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 | { |
@@ -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 | { |