Overrides FunctionLike::getStmts
public function getStmts() : ?array { if ($this->body instanceof Expr) { return [ new Return_($this->body), ]; } return $this->body; }