The expression return new Jabe\Impl\Bat...ration($batch->getId()) returns the type Jabe\Impl\Batch\BatchSeedJobConfiguration which is incompatible with the type-hinted return Jabe\Impl\Batch\JobHandlerConfiguration.
Loading history...
40
}
41
42
protected function resolveJobDefinitionId(/*BatchEntity*/$batch): string
43
{
44
return $batch->getSeedJobDefinitionId();
45
}
46
47
public function getJobPriorityProvider(): ParameterValueProviderInterface
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.
Loading history...
51
return new ConstantValueProvider($batchJobPriority);