Description
Running the make:migration command throws a fatal error with the latest doctrine/orm.
Declaration of LapayGroup\DoctrineCockroach\Driver\CockroachDriver::getSchemaManager(Doctrine\DBAL\Connection $conn): LapayGroup\DoctrineCockroach\Schema\CockroachSchemaManager must be compatible with Doctrine\DBAL\Driver\AbstractPostgreSQLDriver::getSchemaManager(Doctrine\DBAL\Connection $conn, Doctrine\DBAL\Platforms\AbstractPlatform $platform) in /var/www/vendor/lapaygroup/doctrine-cockroachdb/src/Driver/CockroachDriver.php on line 135
Versions:
doctrine/orm: 2.11.2
doctrine/doctrine-migrations-bundle: 3.2.2
lapaygroup/doctrine-cockroachdb: 0.2.0
other symfony dependencies are pinned to 6.0.*
Possible solution
Add the missing parameter and it will magicaly work again.
Description
Running the make:migration command throws a fatal error with the latest
doctrine/orm.Versions:
Possible solution
Add the missing parameter and it will magicaly work again.