Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function migrate() |
||
21 | { |
||
22 | \Aimeos\MW\Common\Base::checkClass( \Aimeos\MShop\Context\Item\Iface::class, $this->additional ); |
||
23 | |||
24 | $this->msg( 'Adding Laravel customer test data', 0 ); |
||
25 | |||
26 | $this->additional->setEditor( 'ai-laravel:unittest' ); |
||
|
|||
27 | $this->process( __DIR__ . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'customer.php' ); |
||
28 | |||
29 | $this->status( 'done' ); |
||
30 | } |
||
43 |
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.