highlights(php): add instanceof as @keyword (#1728)

This commit is contained in:
Wilman Barrios 2021-08-21 01:05:01 -04:00 committed by GitHub
parent 599d5233c3
commit af96150a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -100,6 +100,7 @@
"global"
"implements"
"insteadof"
"instanceof"
"interface"
"namespace"
"new"