mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +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();
|
||||
|
||||
|
||||
$d = new Parser();
|
||||
$d->setAllowInherited(true);
|
||||
$d->setMethodFilter(\ReflectionMethod::IS_PUBLIC);
|
||||
|
||||
Reference in New Issue
Block a user