vodevel

Results 2 comments of vodevel

@melvinkoopmans, thanks for the issue and code! Auto-generation Request/Response parts of doc would be really great! Most of my controllers look like this: ```php class Controller { #[Route('special/point', methods: ['POST'])]...

Thank you, @chrisguitarguy! Absolutely make sense! The problem cannot even be solved by manual adding `^...$` like ```php #[Route('route/{id}', requirements: ['id' => '^\d+$'])] // or #[Route('route/{id}')] ``` Due to Symfony...