mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Filter public methods and allow inheritance.
This commit is contained in:
-1854
File diff suppressed because it is too large
Load Diff
@@ -57,6 +57,8 @@ class GeneratorCommand extends Command {
|
||||
|
||||
protected function parseDocBlocks($aliases){
|
||||
$d = new Parser();
|
||||
$d->setAllowInherited(true);
|
||||
$d->setMethodFilter(\ReflectionMethod::IS_PUBLIC);
|
||||
|
||||
$output = "<?php\r\ndie('Only to be used as an helper for your IDE');\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user