@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * Returns an array of tokens this test wants to listen for. |
46 | 46 | * |
47 | - * @return array |
|
47 | + * @return string[] |
|
48 | 48 | */ |
49 | 49 | public function register() |
50 | 50 | { |
@@ -46,7 +46,7 @@ |
||
46 | 46 | /** |
47 | 47 | * Returns an array of tokens this test wants to listen for. |
48 | 48 | * |
49 | - * @return array |
|
49 | + * @return integer[] |
|
50 | 50 | */ |
51 | 51 | public function register() |
52 | 52 | { |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | /** |
51 | 51 | * Returns an array of tokens this test wants to listen for. |
52 | 52 | * |
53 | - * @return array |
|
53 | + * @return integer[] |
|
54 | 54 | */ |
55 | 55 | public function register() |
56 | 56 | { |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * @param int $stackPtr The position of the current token in |
67 | 67 | * the stack passed in $tokens. |
68 | 68 | * |
69 | - * @return void |
|
69 | + * @return integer |
|
70 | 70 | */ |
71 | 71 | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) |
72 | 72 | { |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | /** |
118 | 118 | * Returns an array of tokens this test wants to listen for. |
119 | 119 | * |
120 | - * @return array |
|
120 | + * @return integer[] |
|
121 | 121 | */ |
122 | 122 | public function register() |
123 | 123 | { |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | * @param int $stackPtr The position of the current token |
138 | 138 | * in the stack passed in $tokens. |
139 | 139 | * |
140 | - * @return void |
|
140 | + * @return integer |
|
141 | 141 | */ |
142 | 142 | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) |
143 | 143 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Returns an array of tokens this test wants to listen for. |
32 | 32 | * |
33 | - * @return array |
|
33 | + * @return integer[] |
|
34 | 34 | */ |
35 | 35 | public function register() |
36 | 36 | { |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | /** |
31 | 31 | * Returns an array of tokens this test wants to listen for. |
32 | 32 | * |
33 | - * @return array |
|
33 | + * @return integer[] |
|
34 | 34 | */ |
35 | 35 | public function register() |
36 | 36 | { |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | * @param int $stackPtr The position in the tokens array of the |
94 | 94 | * potentially included class. |
95 | 95 | * |
96 | - * @return string |
|
96 | + * @return boolean |
|
97 | 97 | */ |
98 | 98 | protected function getIncludedClassFromToken( |
99 | 99 | PHP_CodeSniffer_File $phpcsFile, |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Returns an array of tokens this test wants to listen for. |
39 | 39 | * |
40 | - * @return array |
|
40 | + * @return string[] |
|
41 | 41 | */ |
42 | 42 | public function register() |
43 | 43 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Returns an array of tokens this test wants to listen for. |
39 | 39 | * |
40 | - * @return array |
|
40 | + * @return string[] |
|
41 | 41 | */ |
42 | 42 | public function register() |
43 | 43 | { |
@@ -33,7 +33,7 @@ |
||
33 | 33 | /** |
34 | 34 | * Returns an array of tokens this test wants to listen for. |
35 | 35 | * |
36 | - * @return array |
|
36 | + * @return integer[] |
|
37 | 37 | */ |
38 | 38 | public function register() |
39 | 39 | { |