emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/php-mode fe8ab0903c: Add key-of and value-of type (#716)


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode fe8ab0903c: Add key-of and value-of type (#716)
Date: Thu, 3 Nov 2022 10:59:10 -0400 (EDT)

branch: elpa/php-mode
commit fe8ab0903c7d552df31900fef46c011df3dbbeea
Author: USAMI Kenta <tadsan@pixiv.com>
Commit: GitHub <noreply@github.com>

    Add key-of and value-of type (#716)
---
 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 d90cad28d9..37f2ba602b 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]