mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 13:21:12 +01:00
Fix casing of class name
This commit is contained in:
parent
8bcaa4261e
commit
f9d35fe11e
@ -497,7 +497,7 @@ class Standard extends PrettyPrinterAbstract
|
||||
. '(' . $this->pMaybeMultiline($node->args) . ')';
|
||||
}
|
||||
|
||||
protected function pExpr_NullsafeMethodCall(Expr\NUllsafeMethodCall $node) {
|
||||
protected function pExpr_NullsafeMethodCall(Expr\NullsafeMethodCall $node) {
|
||||
return $this->pDereferenceLhs($node->var) . '?->' . $this->pObjectProperty($node->name)
|
||||
. '(' . $this->pMaybeMultiline($node->args) . ')';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user