Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony's Route attribute class is considered final since Symfony 6.4 #21

Open
stollr opened this issue Jan 3, 2024 · 0 comments
Open

Comments

@stollr
Copy link
Contributor

stollr commented Jan 3, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant