follows??null; } public function setFollows(Person|string|array $follows):void { if (is_array($follows)) { $follows = $this->mixedArray('follows', $follows, [ 'string', 'JVBase\managers\SEO\render\Thing\Person\Person' ]); } $this->follows = $follows; } }