kalessil / yii2inspections

MIT License
31 stars 3 forks source link

Use @property-read or @property-write when appropriate #39

Closed brandonkelly closed 4 years ago

brandonkelly commented 4 years ago

Currently the plugin has the ability to add @property annotations to classes' docblocks, based on whether a getX() and/or setX() method exists.

I’d like that to be taken a step further:

kalessil commented 4 years ago

Done! I'll upload a new release to JB plugins repository today (moderation can take a few days).

brandonkelly commented 4 years ago

Thanks!!