contentType??null; } public function setContentType(string|array $contentType):void { if (is_array($contentType)) { $contentType = $this->stringArray('contentType', $contentType); } $this->contentType = $contentType; } }