@@ -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 | { |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | /** |
67 | 67 | * Returns an array of tokens this test wants to listen for. |
68 | 68 | * |
69 | - * @return array |
|
69 | + * @return integer[] |
|
70 | 70 | */ |
71 | 71 | public function register() |
72 | 72 | { |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | * @param int $stackPtr The position of the current token in the |
83 | 83 | * stack passed in $tokens. |
84 | 84 | * |
85 | - * @return void |
|
85 | + * @return integer|null |
|
86 | 86 | */ |
87 | 87 | public function process(\PHP_CodeSniffer_File $phpcsFile, $stackPtr) |
88 | 88 | { |
@@ -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 | { |
@@ -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 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | /** |
63 | 63 | * Returns an array of tokens this test wants to listen for. |
64 | 64 | * |
65 | - * @return array |
|
65 | + * @return integer[] |
|
66 | 66 | */ |
67 | 67 | public function register() |
68 | 68 | { |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | /** |
167 | 167 | * Get an array of the non-PHP-version array keys used in a sub-array. |
168 | 168 | * |
169 | - * @return array |
|
169 | + * @return string[] |
|
170 | 170 | */ |
171 | 171 | protected function getNonVersionArrayKeys() |
172 | 172 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | /** |
63 | 63 | * Returns an array of tokens this test wants to listen for. |
64 | 64 | * |
65 | - * @return array |
|
65 | + * @return integer[] |
|
66 | 66 | */ |
67 | 67 | public function register() |
68 | 68 | { |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | /** |
167 | 167 | * Get an array of the non-PHP-version array keys used in a sub-array. |
168 | 168 | * |
169 | - * @return array |
|
169 | + * @return string[] |
|
170 | 170 | */ |
171 | 171 | protected function getNonVersionArrayKeys() |
172 | 172 | { |