The method context() does not exist on Aimeos\Upscheme\Task\CustomerAddLaravelTestData. Since you implemented __call, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
37
$this->/** @scrutinizer ignore-call */
38
context()->setEditor( 'ai-laravel' );
Loading history...
38
$this->process();
39
}
40
41
42
/**
43
* Returns the manager for the current setup task
44
*
45
* @param string $domain Domain name of the manager
46
* @param string $name Specific manager implemenation