Skip to content

Commit 3321d49

Browse files
authored
Add @param-out keyword in php-phpdoc-type-tags (#715)
1 parent 235c9a0 commit 3321d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ for \\[find-tag] (which see)."
12911291

12921292
(defconst php-phpdoc-type-tags
12931293
(list "package" "param" "property" "property-read" "property-write"
1294-
"return" "throws" "var" "self-out" "this-out"))
1294+
"return" "throws" "var" "self-out" "this-out" "param-out"))
12951295

12961296
(defconst php-phpdoc-font-lock-doc-comments
12971297
`(("{@[-[:alpha:]]+\\s-*\\([^}]*\\)}" ; "{@foo ...}" markup.

0 commit comments

Comments
 (0)