Completed
Branch master (6a3a35)
by Juliette
02:59
created
Tests/Sniffs/PHP/ParameterShadowSuperGlobalsSniffTest.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -26,10 +26,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Tests/Sniffs/PHP/ValidIntegersSniffTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.