We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235c9a0 commit 3321d49Copy full SHA for 3321d49
lisp/php-mode.el
@@ -1291,7 +1291,7 @@ for \\[find-tag] (which see)."
1291
1292
(defconst php-phpdoc-type-tags
1293
(list "package" "param" "property" "property-read" "property-write"
1294
- "return" "throws" "var" "self-out" "this-out"))
+ "return" "throws" "var" "self-out" "this-out" "param-out"))
1295
1296
(defconst php-phpdoc-font-lock-doc-comments
1297
`(("{@[-[:alpha:]]+\\s-*\\([^}]*\\)}" ; "{@foo ...}" markup.
0 commit comments