The method is declared to return `array`, but tries to return `\stdClass` and crashes. Workaround: ``` $customDetails = (fn () => $this->customDetails)->call($contact); ```