| Total Complexity | 3 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class TablesMigrateSiteidEzpublish extends TablesMigrateSiteid |
||
| 16 | { |
||
| 17 | private $resources = [ |
||
| 18 | 'db-customer' => [ |
||
| 19 | 'ezuser_list_type', 'ezuser_property_type', |
||
| 20 | 'ezuser_property', 'ezuser_list', 'ezuser_address', 'ezuser', |
||
| 21 | ], |
||
| 22 | ]; |
||
| 23 | |||
| 24 | |||
| 25 | /** |
||
| 26 | * Returns the list of task names which this task depends on. |
||
| 27 | * |
||
| 28 | * @return string[] List of task names |
||
| 29 | */ |
||
| 30 | public function getPreDependencies() : array |
||
| 33 | } |
||
| 34 | |||
| 35 | |||
| 36 | /** |
||
| 37 | * Returns the list of task names which this task depends on. |
||
| 38 | * |
||
| 39 | * @return string[] List of task names |
||
| 40 | */ |
||
| 41 | public function getPostDependencies() : array |
||
| 44 | } |
||
| 45 | |||
| 46 | |||
| 47 | /** |
||
| 48 | * Executes the task |
||
| 49 | */ |
||
| 50 | public function migrate() |
||
| 57 |
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.