highlights(php): add missings operators ?-> and => (#1729)

This will:

- add nullsafe `?->` as `@operator`
- add separator for associative arrays `=>` as `@operator`
This commit is contained in:
Wilman Barrios 2021-08-26 13:15:09 -04:00 committed by GitHub
parent 73798e3793
commit 1e4c846d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,6 +182,9 @@
">>"
"->"
"?->"
"=>"
"<"
"<="