Skip to content

Releases: php-static-analysis/rector-rule

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:46
Compare
Choose a tag to compare

Converts these PHPDoc annotations into their corresponding PHP static analysis attribute:

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