We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d21b9 commit aa6895cCopy full SHA for aa6895c
src/Processors/RouteProcessor.php
@@ -84,7 +84,7 @@ protected function processRoute(Route $route)
84
$routeHeaders[] = $this->authentication->toArray();
85
}
86
87
- $uri = Str::of($route->uri())->replaceMatches('/{([[:alnum:]]+)}/', ':$1');
+ $uri = Str::of($route->uri())->replaceMatches('/{([[:alnum:]_]+)}/', ':$1');
88
89
if ($this->config['include_doc_comments']) {
90
$description = (new DocBlockProcessor)($reflectionMethod);
0 commit comments