@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | /** |
90 | 90 | * Returns an array of tokens this test wants to listen for. |
91 | 91 | * |
92 | - * @return array |
|
92 | + * @return integer[] |
|
93 | 93 | * @throws \PHP_CodeSniffer\Exceptions\RuntimeException |
94 | 94 | */ |
95 | 95 | public function register() |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | * @param File $phpcsFile PHP CS File |
188 | 188 | * @param int $stackPtr pointer |
189 | 189 | * |
190 | - * @return array|false |
|
190 | + * @return string |
|
191 | 191 | */ |
192 | 192 | private function getUseImport(File $phpcsFile, $stackPtr) |
193 | 193 | { |