kalessil / yii2inspections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing @property annotations - false positives

andris-sevcenko opened this issue · comments

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

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