最佳答案
我有这个密码:
/**
* Days to parse
* @var int
*/
const DAYS_TO_PARSE = 10;
...
我不认为使用 @var
对于常量是正确的,我也没有看到任何 @constant
PHPDoc 标记。做这件事的正确方法是什么?