$this->registry of type Doctrine\Persistence\ObjectManager is incompatible with the type Doctrine\Persistence\ManagerRegistry expected by parameter $registry of Flange\Database\Doctrine...eGuesser::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
34
return new DoctrineOrmTypeGuesser(/** @scrutinizer ignore-type */ $this->registry);