@@ -97,27 +97,27 @@ This extension works by interacting with the parser that Psalm uses to parse the
9797
9898These are the available attributes and their corresponding PHPDoc annotations:
9999
100- | Attribute | PHPDoc Annotations |
101- | ---------------------------------------------------------------------------------------------------| --------------------|
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 ` |
100+ | Attribute | PHPDoc Annotations |
101+ | ----------------------------------------------------------------------------------------------------------------- | --------------------|
102+ | [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
103+ | [ Immmutable ] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Immmutable .md ) | ` @immmutable ` |
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