Skip to content

Commit c6ab692

Browse files
committed
minor symfony#58596 Update deprecations baseline (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- Update deprecations baseline | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT A deprecation happens once more after symfony#58528, the baseline should be updated accordingly. This fixes the "Integration (7.2)" job. Commits ------- 88df500 Update deprecations baseline
2 parents 8378b58 + 88df500 commit c6ab692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/deprecations-baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"location": "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Tests\\Transport\\DoctrinePostgreSqlIntegrationTest::setUp",
44
"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)",
5-
"count": 2
5+
"count": 3
66
},
77
{
88
"location": "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Tests\\Transport\\DoctrinePostgreSqlIntegrationTest::setUp",

0 commit comments

Comments
 (0)