Skip to content

Releases: php-static-analysis/attributes

0.1.3

15 Feb 09:43
Compare
Choose a tag to compare

Add the Property attribute

0.1.2

14 Feb 11:54
Compare
Choose a tag to compare

Allow using the Type attribute to specify the return type of a function or method

0.1.1

12 Feb 18:27
Compare
Choose a tag to compare

Allow applying the Param attribute at parameter level

0.1.0

09 Feb 06:40
Compare
Choose a tag to compare

Provides the definitions for these attributes and their corresponding PHPDoc annotations:

Attribute PHPDoc Annotation
IsReadOnly @readonly
Param @param
Returns @return
Template @template
Type @var