Skip to content

Commit dfbd354

Browse files
align
1 parent e2dbfb0 commit dfbd354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelRequestDocs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function getControllersInfo(array $onlyMethods): Collection
190190
}
191191

192192
$pathParameters = [];
193-
$pp = $this->routePath->getPathParameters($route);
193+
$pp = $this->routePath->getPathParameters($route);
194194
// same format as rules
195195
foreach ($pp as $k => $v) {
196196
$pathParameters[$k] = [$v];

0 commit comments

Comments
 (0)