getAttributes()); } public function getCond(): Expr { return $this->cond; } /** * @return StatementExitPoint[] */ public function getExitPoints(): array { return $this->exitPoints; } public function hasYield(): bool { return $this->hasYield; } #[Override] public function getType(): string { return 'PHPStan_Node_ClosureReturnStatementsNode'; } /** * @return string[] */ #[Override] public function getSubNodeNames(): array { return []; } }