@@ -138,7 +138,7 @@ |
||
| 138 | 138 | */ |
| 139 | 139 | public function val(string $sKey, $xValue) |
| 140 | 140 | { |
| 141 | - $this->xContainer->offsetSet($sKey, $xValue); |
|
| 141 | + $this->xContainer->offsetSet($sKey, $xValue); |
|
| 142 | 142 | } |
| 143 | 143 | |
| 144 | 144 | /** |