-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected
7.3
Description
Hi,
We see
deprecation.INFO: User Deprecated: Detection of modified indexes is deprecated. Please disable it by configuring the comparator using ComparatorConfig::withReportModifiedIndexes(false). (Comparator.php:151 called by Comparator.php:40, https://github.com/doctrine/dbal/pull/6890, package doctrine/dbal)
I believe it comes from
symfony/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php
Line 580 in 282ee04
$schemaDiff = $schemaManager->createComparator() |
How to reproduce
sf 7.3 + doctrine
Possible Solution
Additional Context
No response