@@ -1104,7 +1104,7 @@ |
||
1104 | 1104 | /** |
1105 | 1105 | * Returns an array of tokens this test wants to listen for. |
1106 | 1106 | * |
1107 | - * @return array |
|
1107 | + * @return integer[] |
|
1108 | 1108 | */ |
1109 | 1109 | public function register() |
1110 | 1110 | { |
@@ -1104,7 +1104,7 @@ |
||
1104 | 1104 | /** |
1105 | 1105 | * Returns an array of tokens this test wants to listen for. |
1106 | 1106 | * |
1107 | - * @return array |
|
1107 | + * @return integer[] |
|
1108 | 1108 | */ |
1109 | 1109 | public function register() |
1110 | 1110 | { |
@@ -1104,7 +1104,7 @@ |
||
1104 | 1104 | /** |
1105 | 1105 | * Returns an array of tokens this test wants to listen for. |
1106 | 1106 | * |
1107 | - * @return array |
|
1107 | + * @return integer[] |
|
1108 | 1108 | */ |
1109 | 1109 | public function register() |
1110 | 1110 | { |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | * Assert no violation (warning or error) on a given line number |
143 | 143 | * |
144 | 144 | * @param PHP_CodeSniffer_File $file Codesniffer File object |
145 | - * @param mixed $lineNumber Line number |
|
145 | + * @param integer $lineNumber Line number |
|
146 | 146 | * @return bool |
147 | 147 | */ |
148 | 148 | public function assertNoViolation(PHP_CodeSniffer_File $file, $lineNumber = 0) |
@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | /** |
232 | 232 | * Gather all messages or a particular type by line number. |
233 | 233 | * |
234 | - * @param array $IssuesArray Array of a particular type of issues, |
|
234 | + * @param array $issuesArray Array of a particular type of issues, |
|
235 | 235 | * i.e. errors or warnings. |
236 | 236 | * @return array |
237 | 237 | */ |
@@ -1104,7 +1104,7 @@ |
||
1104 | 1104 | /** |
1105 | 1105 | * Returns an array of tokens this test wants to listen for. |
1106 | 1106 | * |
1107 | - * @return array |
|
1107 | + * @return integer[] |
|
1108 | 1108 | */ |
1109 | 1109 | public function register() |
1110 | 1110 | { |