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 704 forks source link

Route annotation triggers deprecation in symfony 5.3 #2311

Closed W0rma closed 3 years ago

W0rma commented 3 years ago

The @Route annotation (https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/Controller/Annotations/Route.php#L23) triggers the following deprecation in symfony 5.3:

Since symfony/routing 5.3: Passing an array as first argument to "Symfony\Component\Routing\Annotation\Route::__construct" is deprecated. Use named arguments instead.

croftman commented 3 years ago

Waiting for that :)