**Symfony version(s) affected**: 5.1 **Description** Routing Priority doesn't support for controller with only have one method **How to reproduce** `@Route("/abc/{id}")` in : `XClassController::__invoke()` `@Route("/abc/static-value-here", priority=7)` in: `YClassController::__invoke()`