fix(php): add missing spaceship operator <=>

This commit is contained in:
Michael Strobel 2024-02-02 14:47:23 +01:00 committed by ObserverOfTime
parent b7e1a6c2cd
commit a536ecad57

View file

@ -346,6 +346,7 @@
">=" ">="
">" ">"
"<>" "<>"
"<=>"
"==" "=="
"!=" "!="
"===" "==="