mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Hide onlyExtend for sublime
Since the way Sublime files are created has changed, this is not needed anymore.
This commit is contained in:
@@ -165,7 +165,7 @@ namespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n";
|
|||||||
}
|
}
|
||||||
$output .= "\t/**\n\t * @var \\$root \$root\n\t */\n\t static private \$root;\n\n";
|
$output .= "\t/**\n\t * @var \\$root \$root\n\t */\n\t static private \$root;\n\n";
|
||||||
|
|
||||||
if(!in_array($alias, $onlyExtend) || $sublime)
|
if(!in_array($alias, $onlyExtend))
|
||||||
{
|
{
|
||||||
$methods = $d->getMethods();
|
$methods = $d->getMethods();
|
||||||
if($methods)
|
if($methods)
|
||||||
|
|||||||
Reference in New Issue
Block a user