We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcaa42 commit f9d35feCopy full SHA for f9d35fe
lib/PhpParser/PrettyPrinter/Standard.php
@@ -497,7 +497,7 @@ protected function pExpr_MethodCall(Expr\MethodCall $node) {
497
. '(' . $this->pMaybeMultiline($node->args) . ')';
498
}
499
500
- protected function pExpr_NullsafeMethodCall(Expr\NUllsafeMethodCall $node) {
+ protected function pExpr_NullsafeMethodCall(Expr\NullsafeMethodCall $node) {
501
return $this->pDereferenceLhs($node->var) . '?->' . $this->pObjectProperty($node->name)
502
503
0 commit comments