Test Failed
Push — master ( 9fdf3e...42dea4 )
by Mikael
01:22
created
src/DI/CDIArray.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@  discard block
 block discarded – undo
30 30
     /**
31 31
      * Construct.
32 32
      *
33
-     * @param array $options to configure options.
34 33
      */
35 34
     public function offsetSet($offset, $value)
36 35
     {
@@ -46,7 +45,6 @@  discard block
 block discarded – undo
46 45
     /**
47 46
      * Construct.
48 47
      *
49
-     * @param array $options to configure options.
50 48
      */
51 49
     public function offsetExists($offset)
52 50
     {
@@ -58,7 +56,6 @@  discard block
 block discarded – undo
58 56
     /**
59 57
      * Construct.
60 58
      *
61
-     * @param array $options to configure options.
62 59
      */
63 60
     public function offsetUnset($offset)
64 61
     {
@@ -70,7 +67,6 @@  discard block
 block discarded – undo
70 67
     /**
71 68
      * Construct.
72 69
      *
73
-     * @param array $options to configure options.
74 70
      */
75 71
     public function offsetGet($offset)
76 72
     {
Please login to merge, or discard this patch.