0.2.0
Implement basic set of attributes:
| Attribute | PHPDoc Annotations |
|---|---|
| Deprecated | @deprecated |
| Impure | @impure |
| Internal | @internal |
| IsReadOnly | @readonly |
| Method | @method |
| Mixin | @mixin |
| Param | @param |
| ParamOut | @param-out |
| Property | @property @var |
| PropertyRead | @property-read |
| PropertyWrite | @property-write |
| Pure | @pure |
| RequireExtends | @require-extends |
| RequireImplements | @require-implements |
| Returns | @return |
| SelfOut | @self-out @this-out |
| Template | @template |
| TemplateContravariant | @template-contravariant |
| TemplateCovariant | @template-covariant |
| TemplateExtends | @extends @template-extends |
| TemplateImplements | @implements @template-implements |
| TemplateUse | @use @template-use |
| Throws | @throws |
| Type | @var @return |