@@ -99,23 +99,25 @@ These are the available attributes and their corresponding PHPDoc annotations:
99
99
100
100
| Attribute | PHPDoc Annotations |
101
101
| ---------------------------------------------------------------------------------------------------| --------------------|
102
- | [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
103
- | [ Internal] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Internal.md ) | ` @internal ` |
104
- | [ IsReadOnly] ( https://github.com/php-static-analysis/attributes/blob/main/doc/IsReadOnly.md ) | ` @readonly ` |
105
- | [ Method] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Method.md ) | ` @method ` |
106
- | [ Mixin] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Mixin.md ) | ` @mixin ` |
107
- | [ Param] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Param.md ) | ` @param ` |
108
- | [ ParamOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/ParamOut.md ) | ` @param-out ` |
109
- | [ Property] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Property.md ) | ` @property ` ` @var ` |
110
- | [ PropertyRead] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyRead.md ) | ` @property-read ` |
111
- | [ PropertyWrite] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyWrite.md ) | ` @property-write ` |
112
- | [ RequireExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireExtends.md ) | ` @require-extends ` |
113
- | [ RequireImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireImplements.md ) | ` @require-implements ` |
114
- | [ Returns] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Returns.md ) | ` @return ` |
115
- | [ SelfOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/SelfOut.md ) | ` @self-out ` ` @this-out ` |
116
- | [ Template] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Template.md ) | ` @template ` |
117
- | [ TemplateCovariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateCovariant.md ) | ` @template-covariant ` |
118
- | [ TemplateExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
119
- | [ TemplateImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
120
- | [ TemplateUse] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
121
- | [ Type] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Type.md ) | ` @var ` ` @return ` |
102
+ | [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
103
+ | [ Impure] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Impure.md ) | ` @impure ` |
104
+ | [ Internal] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Internal.md ) | ` @internal ` |
105
+ | [ IsReadOnly] ( https://github.com/php-static-analysis/attributes/blob/main/doc/IsReadOnly.md ) | ` @readonly ` |
106
+ | [ Method] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Method.md ) | ` @method ` |
107
+ | [ Mixin] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Mixin.md ) | ` @mixin ` |
108
+ | [ Param] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Param.md ) | ` @param ` |
109
+ | [ ParamOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/ParamOut.md ) | ` @param-out ` |
110
+ | [ Property] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Property.md ) | ` @property ` ` @var ` |
111
+ | [ PropertyRead] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyRead.md ) | ` @property-read ` |
112
+ | [ PropertyWrite] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyWrite.md ) | ` @property-write ` |
113
+ | [ Pure] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Pure.md ) | ` @pure ` |
114
+ | [ RequireExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireExtends.md ) | ` @require-extends ` |
115
+ | [ RequireImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireImplements.md ) | ` @require-implements ` |
116
+ | [ Returns] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Returns.md ) | ` @return ` |
117
+ | [ SelfOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/SelfOut.md ) | ` @self-out ` ` @this-out ` |
118
+ | [ Template] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Template.md ) | ` @template ` |
119
+ | [ TemplateCovariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateCovariant.md ) | ` @template-covariant ` |
120
+ | [ TemplateExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
121
+ | [ TemplateImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
122
+ | [ TemplateUse] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
123
+ | [ Type] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Type.md ) | ` @var ` ` @return ` |
0 commit comments