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 0bbdc46 commit 258d6c5Copy full SHA for 258d6c5
lisp/php-mode.el
@@ -1295,7 +1295,9 @@ for \\[find-tag] (which see)."
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"
1298
- "type")
+ "type" "extends" "require-extends" "implemtents" "require-implements"
1299
+ "template" "template-covariant" "template-extends" "template-implements"
1300
+ "assert" "assert-if-true" "assert-if-false" "if-this-is")
1301
"A list of tags specifying type names.")
1302
1303
(defconst php-phpdoc-font-lock-doc-comments
0 commit comments