@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * Returns an array of tokens this test wants to listen for. |
36 | 36 | * |
37 | - * @return array |
|
37 | + * @return string[] |
|
38 | 38 | */ |
39 | 39 | public function register() |
40 | 40 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * Returns an array of tokens this test wants to listen for. |
36 | 36 | * |
37 | - * @return array |
|
37 | + * @return integer[] |
|
38 | 38 | */ |
39 | 39 | public function register() |
40 | 40 | { |
@@ -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 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * Returns an array of tokens this test wants to listen for. |
36 | 36 | * |
37 | - * @return array |
|
37 | + * @return integer[] |
|
38 | 38 | */ |
39 | 39 | public function register() |
40 | 40 | { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | /** |
44 | 44 | * Returns an array of tokens this test wants to listen for. |
45 | 45 | * |
46 | - * @return array |
|
46 | + * @return integer[] |
|
47 | 47 | */ |
48 | 48 | public function register() |
49 | 49 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * Returns an array of tokens this test wants to listen for. |
36 | 36 | * |
37 | - * @return array |
|
37 | + * @return string[] |
|
38 | 38 | */ |
39 | 39 | public function register() |
40 | 40 | { |
@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * Returns the token types that this sniff is interested in. |
41 | 41 | * |
42 | - * @return int[] |
|
42 | + * @return string[] |
|
43 | 43 | */ |
44 | 44 | public function register() |
45 | 45 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Returns the token types that this sniff is interested in. |
57 | 57 | * |
58 | - * @return int[] |
|
58 | + * @return string[] |
|
59 | 59 | */ |
60 | 60 | public function register() |
61 | 61 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | /** |
40 | 40 | * Returns the token types that this sniff is interested in. |
41 | 41 | * |
42 | - * @return int[] |
|
42 | + * @return integer[] |
|
43 | 43 | */ |
44 | 44 | public function register() |
45 | 45 | { |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | * @param int $stackPtr The position in the stack where |
56 | 56 | * the token was found. |
57 | 57 | * |
58 | - * @return void |
|
58 | + * @return null|integer |
|
59 | 59 | * @throws PHP_CodeSniffer_Exception If jslint.js could not be run |
60 | 60 | */ |
61 | 61 | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) |