mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 18:43:12 +00:00
small tweak
This commit is contained in:
@@ -93,10 +93,11 @@ class GeneratorCommand extends Command {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function generateDocs($replace, $onlyExtend = array(), $helpers = array(), $sublime = false){
|
protected function generateDocs($replace = array(), $onlyExtend = array(), $helpers = array(), $sublime = false){
|
||||||
|
|
||||||
$aliasLoader = AliasLoader::getInstance();
|
$aliasLoader = AliasLoader::getInstance();
|
||||||
|
|
||||||
|
|
||||||
$d = new Parser();
|
$d = new Parser();
|
||||||
$d->setAllowInherited(true);
|
$d->setAllowInherited(true);
|
||||||
$d->setMethodFilter(\ReflectionMethod::IS_PUBLIC);
|
$d->setMethodFilter(\ReflectionMethod::IS_PUBLIC);
|
||||||
|
|||||||
Reference in New Issue
Block a user