Skip to content

Commit fe8ab09

Browse files
authored
Add key-of and value-of type (#716)
1 parent 3321d49 commit fe8ab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lisp/php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ for \\[find-tag] (which see)."
12871287
"never" "never-return" "never-returns" "no-return" "non-empty-array"
12881288
"non-empty-list" "non-empty-string" "non-falsy-string"
12891289
"numeric" "numeric-string" "positive-int" "scalar"
1290-
"trait-string" "truthy-string"))
1290+
"trait-string" "truthy-string" "key-of" "value-of"))
12911291

12921292
(defconst php-phpdoc-type-tags
12931293
(list "package" "param" "property" "property-read" "property-write"

0 commit comments

Comments
 (0)