@@ -92,27 +92,29 @@ And then install any needed extensions/plugins for the tools that you use.
92
92
93
93
These are the available attributes and their corresponding PHPDoc annotations:
94
94
95
- | Attribute | PHPDoc Annotations |
96
- | -------------------------------------------------------| -------------------------------------|
97
- | [ Deprecated] ( doc/Deprecated.md ) | ` @deprecated ` |
98
- | [ Internal] ( doc/Internal.md ) | ` @internal ` |
99
- | [ IsReadOnly] ( doc/IsReadOnly.md ) | ` @readonly ` |
100
- | [ Method] ( doc/Method.md ) | ` @method ` |
101
- | [ Mixin] ( doc/Mixin.md ) | ` @mixin ` |
102
- | [ Param] ( doc/Param.md ) | ` @param ` |
103
- | [ ParamOut] ( doc/ParamOut.md ) | ` @param-out ` |
104
- | [ Property] ( doc/Property.md ) | ` @property ` ` @var ` |
105
- | [ PropertyRead] ( doc/PropertyRead.md ) | ` @property-read ` |
106
- | [ PropertyWrite] ( doc/PropertyWrite.md ) | ` @property-write ` |
107
- | [ RequireExtends] ( doc/RequireExtends.md ) | ` @require-extends ` |
108
- | [ RequireImplements] ( doc/RequireImplements.md ) | ` @require-implements ` |
109
- | [ Returns] ( doc/Returns.md ) | ` @return ` |
110
- | [ SelfOut] ( doc/SelfOut.md ) | ` @self-out ` ` @this-out ` |
111
- | [ Template] ( doc/Template.md ) | ` @template ` |
112
- | [ TemplateContravariant] ( doc/TemplateContravariant.md ) | ` @template-contravariant ` |
113
- | [ TemplateCovariant] ( doc/TemplateCovariant.md ) | ` @template-covariant ` |
114
- | [ TemplateExtends] ( doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
115
- | [ TemplateImplements] ( doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
116
- | [ TemplateUse] ( doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
117
- | [ Type] ( doc/Type.md ) | ` @var ` ` @return ` |
95
+ | Attribute | PHPDoc Annotations |
96
+ | -------------------------------------------------------| --------------------------------------|
97
+ | [ Deprecated] ( doc/Deprecated.md ) | ` @deprecated ` |
98
+ | [ Impure] ( doc/Impure.md ) | ` @impure ` |
99
+ | [ Internal] ( doc/Internal.md ) | ` @internal ` |
100
+ | [ IsReadOnly] ( doc/IsReadOnly.md ) | ` @readonly ` |
101
+ | [ Method] ( doc/Method.md ) | ` @method ` |
102
+ | [ Mixin] ( doc/Mixin.md ) | ` @mixin ` |
103
+ | [ Param] ( doc/Param.md ) | ` @param ` |
104
+ | [ ParamOut] ( doc/ParamOut.md ) | ` @param-out ` |
105
+ | [ Property] ( doc/Property.md ) | ` @property ` ` @var ` |
106
+ | [ PropertyRead] ( doc/PropertyRead.md ) | ` @property-read ` |
107
+ | [ PropertyWrite] ( doc/PropertyWrite.md ) | ` @property-write ` |
108
+ | [ Pure] ( doc/Pure.md ) | ` @pure ` |
109
+ | [ RequireExtends] ( doc/RequireExtends.md ) | ` @require-extends ` |
110
+ | [ RequireImplements] ( doc/RequireImplements.md ) | ` @require-implements ` |
111
+ | [ Returns] ( doc/Returns.md ) | ` @return ` |
112
+ | [ SelfOut] ( doc/SelfOut.md ) | ` @self-out ` ` @this-out ` |
113
+ | [ Template] ( doc/Template.md ) | ` @template ` |
114
+ | [ TemplateContravariant] ( doc/TemplateContravariant.md ) | ` @template-contravariant ` |
115
+ | [ TemplateCovariant] ( doc/TemplateCovariant.md ) | ` @template-covariant ` |
116
+ | [ TemplateExtends] ( doc/TemplateExtends.md ) | ` @extends ` ` @template-extends ` |
117
+ | [ TemplateImplements] ( doc/TemplateImplements.md ) | ` @implements ` ` @template-implements ` |
118
+ | [ TemplateUse] ( doc/TemplateUse.md ) | ` @use ` ` @template-use ` |
119
+ | [ Type] ( doc/Type.md ) | ` @var ` ` @return ` |
118
120
0 commit comments