The PHP-FIG suggests using @var for constants.
7.22.
@varYou may use the
@vartag to document the “Type” of the following
“Structural Elements”:
- Constants, both class and global scope
- Properties
- Variables, both global and local scope
Syntax
@var ["Type"] [element_name] [<description>]