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