Closed OskarStark closed 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.
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