Failed Conditions
Pull Request — master (#75)
by
unknown
03:37
created
tests/Filter/DateTimeTest.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@  discard block
 block discarded – undo
46 46
     /**
47 47
      * Verify behavior of filter() when $value is a string with only whitespace.
48 48
      *
49
-     * @param mixed $value The value to be filtered.
50 49
      *
51 50
      * @test
52 51
      * @covers ::filter
@@ -63,7 +62,6 @@  discard block
 block discarded – undo
63 62
     /**
64 63
      * Verify behavior of filter() when $value is not a string or integer.
65 64
      *
66
-     * @param mixed $value The value to be filtered.
67 65
      *
68 66
      * @test
69 67
      * @covers ::filter
Please login to merge, or discard this patch.
tests/Filter/DateTimeZoneTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@
 block discarded – undo
100 100
     /**
101 101
      * Verify behavior of filter() $value is a string with only whitespace.
102 102
      *
103
-     * @param mixed $value The value to be filtered.
104 103
      *
105 104
      * @test
106 105
      * @covers ::filter
Please login to merge, or discard this patch.