kalessil / yii2inspections

MIT License
31 stars 3 forks source link

Missing @property annotations - false positives #25

Closed andris-sevcenko closed 6 years ago

andris-sevcenko commented 6 years ago

This inspection triggers for properties inferred from setSomething() method names, even if the methods are not setter methods - they take more than one parameter, and all are required.

screen shot 2018-02-28 at 18 13 07 screen shot 2018-02-28 at 18 12 34
kalessil commented 6 years ago

Got it, will check what happens - at least we need to take into account filter parameters amount.

kalessil commented 6 years ago

Fixed