Hide onlyExtend for sublime

Since the way Sublime files are created has changed, this is not needed
anymore.
This commit is contained in:
Barry vd. Heuvel
2013-04-29 13:19:25 +02:00
parent ceb47125f3
commit e47f15c9fa
@@ -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)