@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * Returns an array of tokens this test wants to listen for. |
34 | 34 | * |
35 | - * @return array |
|
35 | + * @return integer[] |
|
36 | 36 | */ |
37 | 37 | public function register() |
38 | 38 | { |
@@ -49,7 +49,7 @@ |
||
49 | 49 | /** |
50 | 50 | * Returns an array of tokens this test wants to listen for. |
51 | 51 | * |
52 | - * @return array |
|
52 | + * @return integer[] |
|
53 | 53 | */ |
54 | 54 | public function register() |
55 | 55 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * Returns an array of tokens this test wants to listen for. |
41 | 41 | * |
42 | - * @return array |
|
42 | + * @return string[] |
|
43 | 43 | */ |
44 | 44 | public function register() |
45 | 45 | { |
@@ -175,7 +175,7 @@ |
||
175 | 175 | * @param array $tokens The stack of tokens that make up |
176 | 176 | * the file. |
177 | 177 | * |
178 | - * @return void |
|
178 | + * @return boolean |
|
179 | 179 | */ |
180 | 180 | public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens) |
181 | 181 | { |
@@ -187,7 +187,7 @@ |
||
187 | 187 | * @param array $tokens The stack of tokens that make up |
188 | 188 | * the file. |
189 | 189 | * |
190 | - * @return void |
|
190 | + * @return boolean |
|
191 | 191 | */ |
192 | 192 | public function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens) |
193 | 193 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Returns an array of tokens this test wants to listen for. |
37 | 37 | * |
38 | - * @return array |
|
38 | + * @return integer[] |
|
39 | 39 | */ |
40 | 40 | public function register() |
41 | 41 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * Returns an array of tokens this test wants to listen for. |
41 | 41 | * |
42 | - * @return array |
|
42 | + * @return integer[] |
|
43 | 43 | */ |
44 | 44 | public function register() |
45 | 45 | { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | /** |
33 | 33 | * Returns an array of tokens this test wants to listen for. |
34 | 34 | * |
35 | - * @return array |
|
35 | + * @return integer[] |
|
36 | 36 | */ |
37 | 37 | public function register() |
38 | 38 | { |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param int $stackPtr The position of the current token in |
49 | 49 | * the stack passed in $tokens. |
50 | 50 | * |
51 | - * @return void |
|
51 | + * @return integer |
|
52 | 52 | */ |
53 | 53 | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) |
54 | 54 | { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | /** |
33 | 33 | * Returns an array of tokens this test wants to listen for. |
34 | 34 | * |
35 | - * @return array |
|
35 | + * @return integer[] |
|
36 | 36 | */ |
37 | 37 | public function register() |
38 | 38 | { |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param int $stackPtr The position of the current token in |
49 | 49 | * the stack passed in $tokens. |
50 | 50 | * |
51 | - * @return void |
|
51 | + * @return integer |
|
52 | 52 | */ |
53 | 53 | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) |
54 | 54 | { |