@@ -32,25 +32,25 @@ composer require type-lang/phpdoc
3232
3333## Supported Tags
3434
35- - [x] ` @abstract ` - Declare any _ Symbol _ as abstract
36- - [x] ` @api ` - Highlight _ Symbol _ as being part of the public API
35+ - [x] ` @abstract ` - Declare any _ Element _ as abstract
36+ - [x] ` @api ` - Highlight _ Element _ as being part of the public API
3737- [ ] ` @author ` - TODO
3838- [ ] ` @category ` - TODO
39- - [x] ` @copyright ` - Used to document the copyright information of any _ Symbol _ .
39+ - [x] ` @copyright ` - Used to document the copyright information of any _ Element _ .
4040- [ ] ` @deprecated ` - TODO
4141- [ ] ` @example ` - TODO
4242- [x] ` @extends ` - Allows to extend templated classes and interfaces
4343- [ ] ` @filesource ` - TODO
44- - [x] ` @final ` - Declare any _ Symbol _ as final
44+ - [x] ` @final ` - Declare any _ Element _ as final
4545- [ ] ` @global ` - TODO
46- - [x] ` @ignore ` - Used to tell documentation systems that _ Symbol _ are
46+ - [x] ` @ignore ` - Used to tell documentation systems that _ Element _ are
4747 not to be processed.
4848- [x] ` @implements ` - Allows to extend templated interfaces
4949- [ ] ` @inheritdoc ` - TODO
5050- [x] ` @inherits ` - An alias of ` @extends ` tag
5151- [ ] ` @internal ` - TODO
5252- [x] ` @license ` - Used to indicate which license is applicable
53- - [x] ` @link ` - Indicates a custom relation between the associated _ Symbol _
53+ - [x] ` @link ` - Indicates a custom relation between the associated _ Element _
5454 and a website, which is identified by an absolute URI
5555- [x] ` @method ` - Allows a class to know which "_ magic_ " methods are callable
5656- [ ] ` @mixin ` - TODO
@@ -90,14 +90,14 @@ composer require type-lang/phpdoc
9090- [x] ` @template-implements ` - An alias of ` @implements ` tag
9191- [x] ` @template-use ` - Allows to extend templated traits
9292- [x] ` @throw ` - An alias of ` @throws ` tag
93- - [x] ` @throws ` - Used to indicate whether _ Symbol _ throw a specific type
93+ - [x] ` @throws ` - Used to indicate whether _ Element _ throw a specific type
9494 of ` \Throwable ` (exception or error)
9595- [ ] ` @todo ` - TODO
9696- [ ] ` @unused-param ` - TODO
9797- [x] ` @use ` - An alias of ` @template-use ` tag
9898- [ ] ` @used-by ` - TODO
9999- [ ] ` @uses ` - TODO
100- - [x] ` @var ` - Document the _ Type_ of the following _ Symbol _
100+ - [x] ` @var ` - Document the _ Type_ of the following _ Element _
101101- [ ] ` @version ` - TODO
102102
103103### Psalm Tags
0 commit comments