public function offsetSet(mixed $key, mixed $value) : void { throw new \BadMethodCallException(self::class . ' objects are immutable.'); }