new Doyo\Bridge\CodeCoverage\Driver\Dummy() of type Doyo\Bridge\CodeCoverage\Driver\Dummy is incompatible with the type string expected by parameter $name of Symfony\Component\Depend...terface::getParameter().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
22
$dummy = $container->getParameter(/** @scrutinizer ignore-type */ new Dummy());