From 967c578d27772fc69fcc8d2ac264941b5002117a Mon Sep 17 00:00:00 2001 From: Gwendolen Lynch Date: Sat, 1 Jul 2023 17:26:01 +0200 Subject: [PATCH] Update deprecation suppression for Psalm Added interface - Doctrine\DBAL\VersionAwarePlatformDriver Removed methods: - Doctrine\DBAL\Schema\Column::getCustomSchemaOption - Doctrine\DBAL\Schema\Column::getCustomSchemaOptions - Doctrine\DBAL\Schema\Column::setCustomSchemaOption --- psalm.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/psalm.xml b/psalm.xml index 6a4f168d..4384f082 100644 --- a/psalm.xml +++ b/psalm.xml @@ -15,6 +15,11 @@ + + + + + @@ -28,9 +33,6 @@ - - - @@ -50,5 +52,10 @@ + + + + +