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
Description
When using PHP templates instead of Twig templates, you must store them in src/Resources/views/. However, if you do that, you see a deprecation message telling you to store them in templates/.
Is this OK or should the deprecation message only be displayed for Twig templates?