@@ -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 | { |
@@ -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 | */ |
@@ -47,12 +47,7 @@ |
||
47 | 47 | * |
48 | 48 | * @dataProvider dataNewFunction |
49 | 49 | * |
50 | - * @param string $functionName Name of the function. |
|
51 | 50 | * @param string $lastVersionBefore The PHP version just *before* the function was introduced. |
52 | - * @param array $lines The line numbers in the test file which apply to this function. |
|
53 | - * @param string $okVersion A PHP version in which the function was valid. |
|
54 | - * @param string $testVersion Optional. A PHP version in which to test for the error if different |
|
55 | - * from the $lastVersionBefore. |
|
56 | 51 | * |
57 | 52 | * @return void |
58 | 53 | */ |