We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37e45e commit 8c76496Copy full SHA for 8c76496
src/lib/generators/RestActionGenerator.php
@@ -78,7 +78,6 @@ protected function resolvePath(string $path, PathItem $pathItem):array
78
$customRoute = $operation->{CustomSpecAttr::ROUTE};
79
}
80
81
- // TODO rename
82
$action = $this->prepareAction($method, $operation, $routeData, $customRoute);
83
if ($customRoute !== null) {
84
if (in_array($customRoute, array_keys($this->allCustomRoutes))) {
0 commit comments