We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4369c21 commit 48b2cbcCopy full SHA for 48b2cbc
php-mode.el
@@ -472,7 +472,7 @@ In that case set to `NIL'."
472
473
(c-lang-defconst c-primitive-type-kwds
474
php '("int" "integer" "bool" "boolean" "float" "double" "real"
475
- "string" "object" "void"))
+ "string" "object" "void" "mixed"))
476
477
(c-lang-defconst c-class-decl-kwds
478
"Keywords introducing declarations where the following block (if any)
tests/lang/types/keywords.php
@@ -12,3 +12,4 @@
12
string;
13
object;
14
resource;
15
+mixed;
0 commit comments