@@ -94,25 +94,26 @@ This extension works by interacting with the parser that PHPStan uses to parse t
94
94
95
95
These are the available attributes and their corresponding PHPDoc annotations:
96
96
97
- | Attribute | PHPDoc Annotations |
98
- | -------------------------------------------------------------------------------------------------------------------| --------------------------------|
99
- | [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
100
- | [ Internal] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Internal.md ) | ` @internal ` |
101
- | [ IsReadOnly] ( https://github.com/php-static-analysis/attributes/blob/main/doc/IsReadOnly.md ) | ` @readonly ` |
102
- | [ Method] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Method.md ) | ` @method ` |
103
- | [ Mixin] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Mixin.md ) | ` @mixin ` |
104
- | [ Param] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Param.md ) | ` @param ` |
105
- | [ Property] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Property.md ) | ` @property ` ` @var ` |
106
- | [ PropertyRead] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyRead.md ) | ` @property-read ` |
107
- | [ PropertyWrite] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyWrite.md ) | ` @property-write ` |
108
- | [ Returns] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Returns.md ) | ` @return ` |
109
- | [ Template] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Template.md ) | ` @template ` |
110
- | [ TemplateContravariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateContravariant.md ) | ` @template-contravariant ` |
111
- | [ TemplateCovariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateCovariant.md ) | ` @template-covariant ` |
112
- | [ TemplateExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
113
- | [ TemplateImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
114
- | [ TemplateUse] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
115
- | [ Type] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Type.md ) | ` @var ` ` @return ` |
97
+ | Attribute | PHPDoc Annotations |
98
+ | -------------------------------------------------------------------------------------------------------------------| --------------------------------------|
99
+ | [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
100
+ | [ Internal] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Internal.md ) | ` @internal ` |
101
+ | [ IsReadOnly] ( https://github.com/php-static-analysis/attributes/blob/main/doc/IsReadOnly.md ) | ` @readonly ` |
102
+ | [ Method] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Method.md ) | ` @method ` |
103
+ | [ Mixin] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Mixin.md ) | ` @mixin ` |
104
+ | [ Param] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Param.md ) | ` @param ` |
105
+ | [ ParamOut] ( https://github.com/php-static-analysis/attributes/blob/main/doc/ParamOut.md ) | ` @param-out ` |
106
+ | [ Property] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Property.md ) | ` @property ` ` @var ` |
107
+ | [ PropertyRead] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyRead.md ) | ` @property-read ` |
108
+ | [ PropertyWrite] ( https://github.com/php-static-analysis/attributes/blob/main/doc/PropertyWrite.md ) | ` @property-write ` |
109
+ | [ Returns] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Returns.md ) | ` @return ` |
110
+ | [ Template] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Template.md ) | ` @template ` |
111
+ | [ TemplateContravariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateContravariant.md ) | ` @template-contravariant ` |
112
+ | [ TemplateCovariant] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateCovariant.md ) | ` @template-covariant ` |
113
+ | [ TemplateExtends] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
114
+ | [ TemplateImplements] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
115
+ | [ TemplateUse] ( https://github.com/php-static-analysis/attributes/blob/main/doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
116
+ | [ Type] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Type.md ) | ` @var ` ` @return ` |
116
117
117
118
118
119
0 commit comments