Skip to content

Commit

Permalink
Fix build with DBAL 3.5 (#10163)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 22, 2022
1 parent 3ee7d96 commit 0b9c949
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions psalm.xml
Expand Up @@ -68,8 +68,16 @@
<referencedMethod name="Doctrine\DBAL\Connection::getSchemaManager"/>
<referencedMethod name="Doctrine\DBAL\Platforms\AbstractPlatform::getGuidExpression"/>
<referencedMethod name="Doctrine\DBAL\Platforms\AbstractPlatform::supportsForeignKeyConstraints"/>
<!-- Remove on 2.14.x -->
<referencedMethod name="Doctrine\DBAL\Schema\AbstractSchemaManager::createSchema"/>
<referencedMethod name="Doctrine\DBAL\Schema\Index::isFullfilledBy"/>
<referencedMethod name="Doctrine\DBAL\Schema\Table::changeColumn"/>
<referencedMethod name="Doctrine\DBAL\Schema\Table::hasPrimaryKey"/>
<!-- Remove on 3.0.x -->
<referencedMethod name="Doctrine\DBAL\Connection::getEventManager"/>
<referencedMethod name="Doctrine\DBAL\Schema\Schema::visit"/>
<referencedMethod name="Doctrine\DBAL\Schema\SchemaDiff::toSaveSql"/>
<referencedMethod name="Doctrine\DBAL\Schema\SchemaDiff::toSql"/>
<referencedMethod name="Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateRow"/>
<referencedMethod name="Doctrine\ORM\Configuration::ensureProductionSettings"/>
<referencedMethod name="Doctrine\ORM\Configuration::newDefaultAnnotationDriver"/>
Expand Down

0 comments on commit 0b9c949

Please sign in to comment.