@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | $this->fireEvents_CoreTrait($this, __CLASS__, __METHOD__, __TRAIT__); |
| 33 | 33 | |
| 34 | 34 | $this->getObject_ArrayAccessTrait() |
| 35 | - ->offsetSet($offset, $value); |
|
| 35 | + ->offsetSet($offset, $value); |
|
| 36 | 36 | |
| 37 | 37 | return $this; |
| 38 | 38 | } |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | $this->fireEvents_CoreTrait($this, __CLASS__, __METHOD__, __TRAIT__); |
| 43 | 43 | |
| 44 | 44 | $this->getObject_ArrayAccessTrait() |
| 45 | - ->offsetUnset($offset); |
|
| 45 | + ->offsetUnset($offset); |
|
| 46 | 46 | |
| 47 | 47 | return $this; |
| 48 | 48 | } |