@@ -141,7 +141,7 @@ |
||
| 141 | 141 | */ |
| 142 | 142 | public function val(string $sKey, $xValue): void |
| 143 | 143 | { |
| 144 | - $this->xContainer->offsetSet($sKey, $xValue); |
|
| 144 | + $this->xContainer->offsetSet($sKey, $xValue); |
|
| 145 | 145 | } |
| 146 | 146 | |
| 147 | 147 | /** |