| 1 | <?php  | 
            ||
| 6 | class AbstractMviewIndexerCommand extends AbstractMagentoCommand  | 
            ||
| 7 | { | 
            ||
| 8 | /**  | 
            ||
| 9 | * @return \Enterprise_Mview_Model_Resource_Metadata_Collection  | 
            ||
| 10 | */  | 
            ||
| 11 | public function getMetaDataCollection()  | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 | * @return array[]  | 
            ||
| 19 | */  | 
            ||
| 20 | protected function getIndexers()  | 
            ||
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * @return \Enterprise_Mview_Model_Client  | 
            ||
| 41 | */  | 
            ||
| 42 | protected function getMviewClient()  | 
            ||
| 46 | }  | 
            ||
| 47 | 
This check looks for function calls that miss required arguments.