|
@@ -276,7 +276,7 @@ class GenerateDocumentation extends Command
|
|
|
$phpdoc = new DocBlock($comment);
|
|
|
|
|
|
return collect($phpdoc->getTags())
|
|
|
- ->filter(function ($tag) use ($action) {
|
|
|
+ ->filter(function ($tag) {
|
|
|
return $tag->getName() === 'hideFromAPIDocumentation';
|
|
|
})
|
|
|
->isEmpty();
|