new Oliverde8\Component\...e\Csv($options['file']) of type Oliverde8\Component\PhpEtl\Load\File\Csv is incompatible with the type array expected by parameter $arguments of Oliverde8\Component\PhpE...stractFactory::create().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
30
return $this->create(/** @scrutinizer ignore-type */ new Csv($options['file']));