FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 707 forks source link

Fix the BC layer of the Route annotation for symfony 6 #2341

Closed W0rma closed 2 years ago

W0rma commented 2 years ago

Like mentioned in https://github.com/FriendsOfSymfony/FOSRestBundle/issues/2332#issuecomment-939538163 and #2340 the BC layer introduced in https://github.com/FriendsOfSymfony/FOSRestBundle/pull/2312 for the Route annotation does not work properly when using symfony 6.

This PR tries to fix that.

I have tested the changes together with #2340

W0rma commented 2 years ago

Closing since this PR is now part of #2340