@@ -112,29 +112,30 @@ These are the available attributes and their corresponding PHPDoc annotations:
112
112
113
113
| Attribute | PHPDoc Annotations |
114
114
| -------------------------------------------------------------------------------------------------------------------| --------------------|
115
- | [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
116
- | [ Impure] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Impure.md ) | ` @impure ` |
117
- | [ Internal] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Internal.md ) | ` @internal ` |
118
- | [ IsReadOnly] ( https://github.com/php-static-analysis/attributes/blob/main/doc/IsReadOnly.md ) | ` @readonly ` |
119
- | [ Method] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Method.md ) | ` @method ` |
120
- | [ Mixin] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Mixin.md ) | ` @mixin ` |
121
- | [ Param] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Param.md ) | ` @param ` |
122
- | [ ParamOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/ParamOut.md ) | ` @param-out ` |
123
- | [ Property] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Property.md ) | ` @property ` ` @var ` |
124
- | [ PropertyRead] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyRead.md ) | ` @property-read ` |
125
- | [ PropertyWrite] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyWrite.md ) | ` @property-write ` |
126
- | [ Pure] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Pure.md ) | ` @pure ` |
127
- | [ RequireExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireExtends.md ) | ` @require-extends ` |
128
- | [ RequireImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireImplements.md ) | ` @require-implements ` |
129
- | [ Returns] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Returns.md ) | ` @return ` |
130
- | [ SelfOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/SelfOut.md ) | ` @self-out ` ` @this-out ` |
131
- | [ Template] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Template.md ) | ` @template ` |
132
- | [ TemplateContravariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateContravariant.md ) | ` @template-contravariant ` |
133
- | [ TemplateCovariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateCovariant.md ) | ` @template-covariant ` |
134
- | [ TemplateExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
135
- | [ TemplateImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
136
- | [ TemplateUse] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
137
- | [ Type] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Type.md ) | ` @var ` ` @return ` |
115
+ | [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
116
+ | [ Impure] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Impure.md ) | ` @impure ` |
117
+ | [ Internal] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Internal.md ) | ` @internal ` |
118
+ | [ IsReadOnly] ( https://github.com/php-static-analysis/attributes/blob/main/doc/IsReadOnly.md ) | ` @readonly ` |
119
+ | [ Method] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Method.md ) | ` @method ` |
120
+ | [ Mixin] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Mixin.md ) | ` @mixin ` |
121
+ | [ Param] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Param.md ) | ` @param ` |
122
+ | [ ParamOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/ParamOut.md ) | ` @param-out ` |
123
+ | [ Property] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Property.md ) | ` @property ` ` @var ` |
124
+ | [ PropertyRead] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyRead.md ) | ` @property-read ` |
125
+ | [ PropertyWrite] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyWrite.md ) | ` @property-write ` |
126
+ | [ Pure] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Pure.md ) | ` @pure ` |
127
+ | [ RequireExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireExtends.md ) | ` @require-extends ` |
128
+ | [ RequireImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/RequireImplements.md ) | ` @require-implements ` |
129
+ | [ Returns] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Returns.md ) | ` @return ` |
130
+ | [ SelfOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/SelfOut.md ) | ` @self-out ` ` @this-out ` |
131
+ | [ Template] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Template.md ) | ` @template ` |
132
+ | [ TemplateContravariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateContravariant.md ) | ` @template-contravariant ` |
133
+ | [ TemplateCovariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateCovariant.md ) | ` @template-covariant ` |
134
+ | [ TemplateExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
135
+ | [ TemplateImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
136
+ | [ TemplateUse] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
137
+ | [ Throws] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Throws.md ) | ` @throws ` |
138
+ | [ Type] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Type.md ) | ` @var ` ` @return ` |
138
139
139
140
### Location of Param and ParamOut attributes
140
141
0 commit comments