mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Added newline
This commit is contained in:
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user