Fix method access using php nullsafe operator (#1773)

This commit is contained in:
Wilman Barrios 2021-08-30 23:06:09 -04:00 committed by Stephan Seitz
parent cfccc352c9
commit ff3ad305c9

View file

@ -34,6 +34,9 @@
(function_definition
name: (name) @function)
(nullsafe_member_call_expression
name: (name) @method)
; Member
(property_element