Add <> and <=> operators in PHP

This commit is contained in:
Andrew Dupont 2024-01-12 19:21:00 -08:00
parent 62bd6cc8ba
commit f3be33bbc9

View File

@ -530,6 +530,8 @@
"<"
"<="
">="
"<>"
"<=>"
] @keyword.operator.comparison.php
[