@@ -32,7 +32,7 @@ composer require type-lang/phpdoc
3232
3333## Supported Tags
3434
35- - [ ] ` @abstract ` - TODO
35+ - [x ] ` @abstract ` - Declare a class-like _ Symbol _ or method as abstract
3636- [ ] ` @api ` - TODO
3737- [ ] ` @author ` - TODO
3838- [ ] ` @category ` - TODO
@@ -49,7 +49,8 @@ composer require type-lang/phpdoc
4949- [x] ` @inherits ` - An alias of ` @extends ` tag
5050- [ ] ` @internal ` - TODO
5151- [ ] ` @license ` - TODO
52- - [x] ` @link ` - Indicates a custom relation between the associated _ Symbol_ and a website, which is identified by an absolute URI
52+ - [x] ` @link ` - Indicates a custom relation between the associated _ Symbol_
53+ and a website, which is identified by an absolute URI
5354- [x] ` @method ` - Allows a class to know which "_ magic_ " methods are callable
5455- [ ] ` @mixin ` - TODO
5556- [ ] ` @no-named-arguments ` - TODO
@@ -71,19 +72,24 @@ composer require type-lang/phpdoc
7172- [x] ` @returns ` - An alias of ` @return ` tag
7273- [ ] ` @seal-methods ` - TODO
7374- [ ] ` @seal-properties ` - TODO
74- - [x] ` @see ` - Indicates a reference from the associated _ Symbol(s)_ to a website or other _ Symbol(s)_
75+ - [x] ` @see ` - Indicates a reference from the associated _ Symbol(s)_ to a
76+ website or other _ Symbol(s)_
7577- [ ] ` @since ` - TODO
7678- [ ] ` @source ` - TODO
7779- [ ] ` @subpackage ` - TODO
7880- [ ] ` @suppress ` - TODO
79- - [x] ` @template ` - Allows classes (and class-like entries), functions and methods to declare a generic type parameter
80- - [x] ` @template-contravariant ` - Allows classes (and class-like entries), functions and methods to declare a generic contravariant type parameter
81- - [x] ` @template-covariant ` - Allows classes (and class-like entries), functions and methods to declare a generic covariant type parameter
81+ - [x] ` @template ` - Allows classes (and class-like entries), functions and
82+ methods to declare a generic type parameter
83+ - [x] ` @template-contravariant ` - Allows classes (and class-like entries),
84+ functions and methods to declare a generic contravariant type parameter
85+ - [x] ` @template-covariant ` - Allows classes (and class-like entries), functions
86+ and methods to declare a generic covariant type parameter
8287- [x] ` @template-extends ` - An alias of ` @extends ` tag
8388- [x] ` @template-implements ` - An alias of ` @implements ` tag
8489- [x] ` @template-use ` - Allows to extend templated traits
8590- [x] ` @throw ` - An alias of ` @throws ` tag
86- - [x] ` @throws ` - Used to indicate whether _ Symbol_ throw a specific type of ` \Throwable ` (exception or error)
91+ - [x] ` @throws ` - Used to indicate whether _ Symbol_ throw a specific type
92+ of ` \Throwable ` (exception or error)
8793- [ ] ` @todo ` - TODO
8894- [ ] ` @unused-param ` - TODO
8995- [x] ` @use ` - An alias of ` @template-use ` tag
@@ -200,7 +206,7 @@ composer require type-lang/phpdoc
200206
201207### Phan Tags
202208
203- - [ ] ` @phan-abstract ` - TODO
209+ - [x ] ` @phan-abstract ` - Vendor-specific ` @abstract ` alias
204210- [ ] ` @phan-assert ` - TODO
205211- [ ] ` @phan-assert-false-condition ` - TODO
206212- [ ] ` @phan-assert-if-false ` - TODO
0 commit comments