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

`RouteResource` is no attribute, just an annotation class #2414

Closed OskarStark closed 2 weeks ago

OskarStark commented 3 weeks ago

Hi,

I am migrating my app from annotations to attribute, which works from the technical POC fine. When I then execute PHPStan, I receive:

Class HandcraftedInTheAlps\RestRoutingBundle\Controller\Annotations\RouteResource is not an Attribute class.

Any help would be appreciated, thanks

W0rma commented 2 weeks ago

The mentioned class is not part of FOSRestBundle but of handcraftedinthealps/rest-routing-bundle.

There is https://github.com/handcraftedinthealps/RestRoutingBundle/pull/26 which seems to add support for native attributes to this bundle.