Skip to content

Releases: php-static-analysis/phpstan-extension

0.1.3

15 Feb 09:44
Compare
Choose a tag to compare

Add the Property attribute

0.1.2

14 Feb 11:55
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:28
Compare
Choose a tag to compare

Allow applying the Param attribute at parameter level

0.1.0

09 Feb 06:44
Compare
Choose a tag to compare

Processes these attributes and provides the functionality of their corresponding PHPDoc annotations:

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