File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ public function getControllersInfo(array $onlyMethods): Collection
189
189
$ controllerName = (new ReflectionClass ($ controllerFullPath ))->getShortName ();
190
190
}
191
191
192
- $ pathParameters = $ this ->routePath ->getPaths ($ route );
192
+ $ pathParameters = $ this ->routePath ->getPathParameters ($ route );
193
193
194
194
$ doc = new Doc (
195
195
$ route ->uri ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class RoutePath
21
21
* @return array<string, string>
22
22
* @throws \ReflectionException
23
23
*/
24
- public function getPaths (Route $ route ): array
24
+ public function getPathParameters (Route $ route ): array
25
25
{
26
26
$ pathParameters = $ this ->initAllParametersWithStringType ($ route );
27
27
You can’t perform that action at this time.
0 commit comments