@@ -173,7 +173,7 @@ discard block |
||
173 | 173 | * Assert no violation (warning or error) on a given line number |
174 | 174 | * |
175 | 175 | * @param PHP_CodeSniffer_File $file Codesniffer File object |
176 | - * @param mixed $lineNumber Line number |
|
176 | + * @param integer $lineNumber Line number |
|
177 | 177 | * @return bool |
178 | 178 | */ |
179 | 179 | public function assertNoViolation(PHP_CodeSniffer_File $file, $lineNumber = 0) |
@@ -262,7 +262,7 @@ discard block |
||
262 | 262 | /** |
263 | 263 | * Gather all messages or a particular type by line number. |
264 | 264 | * |
265 | - * @param array $IssuesArray Array of a particular type of issues, |
|
265 | + * @param array $issuesArray Array of a particular type of issues, |
|
266 | 266 | * i.e. errors or warnings. |
267 | 267 | * @return array |
268 | 268 | */ |
@@ -26,10 +26,6 @@ |
||
26 | 26 | * @dataProvider dataParameterShadowSuperGlobals |
27 | 27 | * |
28 | 28 | * @param int $line Line number where the error should occur. |
29 | - * @param string $octal (Start of) Binary number as a string. |
|
30 | - * @param bool $testNoViolation Whether or not to test for noViolation. |
|
31 | - * Defaults to true. Set to false if another error is |
|
32 | - * expected on the same line (invalid binary) |
|
33 | 29 | * |
34 | 30 | * @return void |
35 | 31 | */ |
@@ -46,7 +46,6 @@ |
||
46 | 46 | * @dataProvider dataBinaryInteger |
47 | 47 | * |
48 | 48 | * @param int $line Line number where the error should occur. |
49 | - * @param string $octal (Start of) Binary number as a string. |
|
50 | 49 | * @param bool $testNoViolation Whether or not to test for noViolation. |
51 | 50 | * Defaults to true. Set to false if another error is |
52 | 51 | * expected on the same line (invalid binary) |
@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Returns an array of tokens this test wants to listen for. |
50 | 50 | * |
51 | - * @return array |
|
51 | + * @return integer[] |
|
52 | 52 | */ |
53 | 53 | public function register() |
54 | 54 | { |
@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Returns an array of tokens this test wants to listen for. |
50 | 50 | * |
51 | - * @return array |
|
51 | + * @return integer[] |
|
52 | 52 | */ |
53 | 53 | public function register() |
54 | 54 | { |
@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Returns an array of tokens this test wants to listen for. |
50 | 50 | * |
51 | - * @return array |
|
51 | + * @return integer[] |
|
52 | 52 | */ |
53 | 53 | public function register() |
54 | 54 | { |
@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Returns an array of tokens this test wants to listen for. |
50 | 50 | * |
51 | - * @return array |
|
51 | + * @return integer[] |
|
52 | 52 | */ |
53 | 53 | public function register() |
54 | 54 | { |
@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Returns an array of tokens this test wants to listen for. |
50 | 50 | * |
51 | - * @return array |
|
51 | + * @return integer[] |
|
52 | 52 | */ |
53 | 53 | public function register() |
54 | 54 | { |
@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Returns an array of tokens this test wants to listen for. |
50 | 50 | * |
51 | - * @return array |
|
51 | + * @return integer[] |
|
52 | 52 | */ |
53 | 53 | public function register() |
54 | 54 | { |