mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Work on Model Docs
Use classmapper from composer and add some checks to make sure the class exist. Also, tweak argument/options and filename.
This commit is contained in:
@@ -168,7 +168,7 @@ namespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n";
|
||||
if(!in_array($alias, $onlyExtend) || $sublime)
|
||||
{
|
||||
$methods = $d->getMethods();
|
||||
if($methods)
|
||||
if($methods)
|
||||
{
|
||||
foreach ($methods as $method)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user