From 88df500eb64880d7f3fd930ea527f3ab2f30751a Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Fri, 18 Oct 2024 10:56:47 +0200 Subject: [PATCH] Update deprecations baseline --- .github/deprecations-baseline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deprecations-baseline.json b/.github/deprecations-baseline.json index 5e79a6378dd19..acba09e6356c2 100644 --- a/.github/deprecations-baseline.json +++ b/.github/deprecations-baseline.json @@ -2,7 +2,7 @@ { "location": "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Tests\\Transport\\DoctrinePostgreSqlIntegrationTest::setUp", "message": "Connection::fetchColumn() is deprecated, use Connection::fetchOne() API instead. (Connection.php:662 called by PostgreSqlSchemaManager.php:63, https://github.com/doctrine/dbal/pull/4019, package doctrine/dbal)", - "count": 2 + "count": 3 }, { "location": "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Tests\\Transport\\DoctrinePostgreSqlIntegrationTest::setUp",