Skip to content

Commit

Permalink
Add key-of and value-of type (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Nov 3, 2022
1 parent 3321d49 commit fe8ab09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe8ab09

Please sign in to comment.