Provide a narrative description of what you are trying to accomplish: - [x ] Are you fixing a bug? - [x] Detail how the bug is invoked currently. \ZF\Apigility\Documentation\Swagger\Service::getRouteWithReplacements was not handling well all the route - [x] Detail the original, incorrect behavior. The method was not handling route like /user/:user_id - [x] Detail the new, expected behavior. It now handle it --- Originally posted by @garygitton at https://github.com/zfcampus/zf-apigility-documentation-swagger/pull/39
Provide a narrative description of what you are trying to accomplish:
Detail how the bug is invoked currently.
\ZF\Apigility\Documentation\Swagger\Service::getRouteWithReplacements was not handling well all the route
Detail the original, incorrect behavior.
The method was not handling route like /user/:user_id
Detail the new, expected behavior.
It now handle it
Originally posted by @garygitton at zfcampus/zf-apigility-documentation-swagger#39