@@ -85,7 +85,7 @@ |
||
85 | 85 | * @param int $statements Number of statements. |
86 | 86 | * @param int $coveredStatements Number of covered statements. |
87 | 87 | * |
88 | - * @return float |
|
88 | + * @return integer |
|
89 | 89 | */ |
90 | 90 | protected function calculateLineCoverage($statements, $coveredStatements) |
91 | 91 | { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | /** |
44 | 44 | * Registers the tokens that this sniff wants to listen for. |
45 | 45 | * |
46 | - * @return int[] |
|
46 | + * @return integer[] |
|
47 | 47 | */ |
48 | 48 | public function register() |
49 | 49 | { |
@@ -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 | { |
@@ -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) |
@@ -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) |
@@ -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 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * Returns an array of tokens this test wants to listen for. |
43 | 43 | * |
44 | - * @return array |
|
44 | + * @return integer[] |
|
45 | 45 | */ |
46 | 46 | public function register() |
47 | 47 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * Returns an array of tokens this test wants to listen for. |
43 | 43 | * |
44 | - * @return array |
|
44 | + * @return integer[] |
|
45 | 45 | */ |
46 | 46 | public function register() |
47 | 47 | { |
@@ -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 | { |