@@ -30,7 +30,6 @@ discard block |
||
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 |
||
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 |
||
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 |
||
70 | 67 | /** |
71 | 68 | * Construct. |
72 | 69 | * |
73 | - * @param array $options to configure options. |
|
74 | 70 | */ |
75 | 71 | public function offsetGet($offset) |
76 | 72 | { |