The expression return $this->getMessage('PicUrl') could return the type array which is incompatible with the type-hinted return null|string. Consider adding an additional type-check to rule them out.
The expression return $this->getMessage('MediaId') could return the type array which is incompatible with the type-hinted return null|string. Consider adding an additional type-check to rule them out.