mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 18:43:12 +00:00
Added newline
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php die('Only to be used as an helper for your IDE');
|
<?php die('Only to be used as an helper for your IDE');
|
||||||
|
|
||||||
class App{
|
class App{
|
||||||
/**
|
/**
|
||||||
* @var Illuminate\Foundation\Application $realClass
|
* @var Illuminate\Foundation\Application $realClass
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ class GeneratorCommand extends Command {
|
|||||||
$d->setAllowInherited(true);
|
$d->setAllowInherited(true);
|
||||||
$d->setMethodFilter(\ReflectionMethod::IS_PUBLIC);
|
$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){
|
foreach($aliases as $alias => $className){
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user