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
Since Symfony 6.4 its Route annotation class is an alias of the Route attribute class and therefore marked as final (per docblock annotation).
This is why Symfony's deprecation helper is complaining.
I guess the class will become final in 8.0 and therefore a solution is needed. But if I have not overlooked anything the NoRoute annotation isn't used in Sulu anymore. So it can be removed in next major?
The text was updated successfully, but these errors were encountered:
Since Symfony 6.4 its Route annotation class is an alias of the Route attribute class and therefore marked as final (per docblock annotation).
This is why Symfony's deprecation helper is complaining.
I guess the class will become final in 8.0 and therefore a solution is needed. But if I have not overlooked anything the NoRoute annotation isn't used in Sulu anymore. So it can be removed in next major?
The text was updated successfully, but these errors were encountered: