From 51cdc7505f3176177e25d95cd07718abf08603c6 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 3 Nov 2022 23:22:05 +0900 Subject: [PATCH] Add key-of and value-of type --- lisp/php-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/php-mode.el b/lisp/php-mode.el index d90cad28..37f2ba60 100644 --- a/lisp/php-mode.el +++ b/lisp/php-mode.el @@ -1287,7 +1287,7 @@ for \\[find-tag] (which see)." "never" "never-return" "never-returns" "no-return" "non-empty-array" "non-empty-list" "non-empty-string" "non-falsy-string" "numeric" "numeric-string" "positive-int" "scalar" - "trait-string" "truthy-string")) + "trait-string" "truthy-string" "key-of" "value-of")) (defconst php-phpdoc-type-tags (list "package" "param" "property" "property-read" "property-write"