You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected
7.3
Description
After upgrading from SF7.2 to SF7.3, the deprecation warning about the
wdt.xml
file refers toxdt.xml
(andxdt.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 toxdt.xml
.Possible Solution
Correct the deprecation message in
web-profiler-bundle/Resources/config/routing/wdt.php
.Additional Context
No response
The text was updated successfully, but these errors were encountered: