Closed
Description
Symfony version(s) affected
7.3
Description
After upgrading from SF7.2 to SF7.3, the deprecation warning about the wdt.xml
file refers to xdt.xml
(and xdt.php
).
How to reproduce
Set up a project based on SF7.2, then upgrade to 7.3. You will get deprecation warnings about some XML configs being deprecated in favour of their PHP counterparts. However, the message for wdt.xml
refers to xdt.xml
.
Possible Solution
Correct the deprecation message in web-profiler-bundle/Resources/config/routing/wdt.php
.
Additional Context
No response