Added newline

This commit is contained in:
Barry
2013-03-12 10:56:13 +01:00
parent c92eefbc3d
commit aad6d0ca7a
2 changed files with 2 additions and 1 deletions
@@ -80,7 +80,7 @@ class GeneratorCommand extends Command {
$d->setAllowInherited(true);
$d->setMethodFilter(\ReflectionMethod::IS_PUBLIC);
$output = "<?php die('Only to be used as an helper for your IDE');\n";
$output = "<?php die('Only to be used as an helper for your IDE');\n\n";
foreach($aliases as $alias => $className){