Small tweaks

This commit is contained in:
Barry
2013-03-21 12:41:39 +01:00
parent 87eb29e2cb
commit 3d6af79bf7
2 changed files with 5 additions and 15 deletions
@@ -92,7 +92,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\n";
$output = "<?php\nnamespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n";
foreach($aliases as $alias => $facade){