@@ -127,12 +127,12 @@ |
||
127 | 127 | if (!isset($offset)) { |
128 | 128 | $this->set($offset, $value); |
129 | 129 | } |
130 | - $this->set($offset, $value); |
|
130 | + $this->set($offset, $value); |
|
131 | 131 | } |
132 | 132 | |
133 | 133 | public function offsetUnset($offset) |
134 | 134 | { |
135 | - $this->remove($offset); |
|
135 | + $this->remove($offset); |
|
136 | 136 | } |
137 | 137 | |
138 | 138 | public function containsKey($key) |