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