| 1 | <?php  | 
            ||
| 13 | class Index extends Action  | 
            ||
| 14 | { | 
            ||
| 15 | /**  | 
            ||
| 16 | * @var string model class to retreive the records on the collection.  | 
            ||
| 17 | */  | 
            ||
| 18 | public $searchClass;  | 
            ||
| 19 | |||
| 20 | /**  | 
            ||
| 21 | * @var string name of the form containing the filter data.  | 
            ||
| 22 | */  | 
            ||
| 23 | public $formName = '';  | 
            ||
| 24 | |||
| 25 | /**  | 
            ||
| 26 | * @inheritdoc  | 
            ||
| 27 | */  | 
            ||
| 28 | public function init()  | 
            ||
| 36 | |||
| 37 | /**  | 
            ||
| 38 | * @return ActiveDataProvider|ActiveRecord  | 
            ||
| 39 | */  | 
            ||
| 40 | public function run()  | 
            ||
| 53 | }  | 
            ||
| 54 | 
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.