Skip to content

Commit 8c76496

Browse files
committed
Remove TODO
1 parent f37e45e commit 8c76496

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/generators/RestActionGenerator.php

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ protected function resolvePath(string $path, PathItem $pathItem):array
7878
$customRoute = $operation->{CustomSpecAttr::ROUTE};
7979
}
8080

81-
// TODO rename
8281
$action = $this->prepareAction($method, $operation, $routeData, $customRoute);
8382
if ($customRoute !== null) {
8483
if (in_array($customRoute, array_keys($this->allCustomRoutes))) {

0 commit comments

Comments
 (0)