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 Stephan Seitz
parent 57224bab14
commit b04a62a970

View file

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