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 GitHub
parent cd4c0a7526
commit 6cd6a29213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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