@@ -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) |