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 44601ab commit 0bbdc46Copy full SHA for 0bbdc46
lisp/php-mode.el
@@ -1294,7 +1294,9 @@ for \\[find-tag] (which see)."
1294
1295
(defconst php-phpdoc-type-tags
1296
(list "package" "param" "property" "property-read" "property-write"
1297
- "return" "throws" "var" "self-out" "this-out" "param-out"))
+ "return" "throws" "var" "self-out" "this-out" "param-out"
1298
+ "type")
1299
+ "A list of tags specifying type names.")
1300
1301
(defconst php-phpdoc-font-lock-doc-comments
1302
`(("{@[-[:alpha:]]+\\s-*\\([^}]*\\)}" ; "{@foo ...}" markup.
0 commit comments