mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-23 07:46:50 +08:00
Code cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -29,7 +29,7 @@ class GenerateDocumentationTest extends TestCase
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
//Utils::deleteDirectoryAndContents('/public/docs');
|
||||
Utils::deleteDirectoryAndContents('/public/docs');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user