File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function getExpr(): Expr
2121
2222public function getType (): string
2323{
24- return 'PHPStan_Node_UnsetExpr ' ;
24+ return 'PHPStan_Node_NotIssetExpr ' ;
2525}
2626
2727/**
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ protected function pPHPStan_Node_PropertyInitializationExpr(PropertyInitializati
5858return sprintf ('__phpstanPropertyInitialization(%s) ' , $ expr ->getPropertyName ());
5959}
6060
61- protected function pPHPStan_Node_UnsetExpr (NotIssetExpr $ expr ): string // phpcs:ignore
61+ protected function pPHPStan_Node_NotIssetExpr (NotIssetExpr $ expr ): string // phpcs:ignore
6262{
63- return sprintf ('__phpstanUnsetExpr (%s) ' , $ this ->p ($ expr ->getExpr ()));
63+ return sprintf ('__phpstanNotIssetExpr (%s) ' , $ this ->p ($ expr ->getExpr ()));
6464}
6565
6666}
You can’t perform that action at this time.
0 commit comments