@@ -264,7 +264,6 @@ class GroupedEndpointsFromApp implements GroupedEndpointsContract
}
$methodDocBlock = new DocBlock(u::getReflectedRouteMethod($routeControllerAndMethod)->getDocComment() ?: '');
-
$shouldIgnoreMethod = collect($methodDocBlock->getTags())
->filter(function (Tag $tag) {
return Str::lower($tag->getName()) === 'hidefromapidocumentation';
@@ -148,7 +148,6 @@ class Writer
protected function performFinalTasksForLaravelType(): void
{
if (!is_dir($this->laravelTypeOutputPath)) {
mkdir($this->laravelTypeOutputPath, 0777, true);