Remove exit for static code analysers

This commit is contained in:
Barry vd. Heuvel
2017-08-28 13:39:24 +02:00
committed by GitHub
parent cb6f52f4d6
commit ce72ff4663
+2 -3
View File
@@ -4,12 +4,11 @@
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel <?= $version ?> on <?= date("Y-m-d") ?>.
*
* This file should not be included in your code, only analyzed by your IDE!
*
* @author Barry vd. Heuvel <[email protected]>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
exit("This file should not be included, only analyzed by your IDE");
}
<?php foreach($namespaces_by_extends_ns as $namespace => $aliases): ?>
<?php if ($namespace == '\Illuminate\Database\Eloquent'): continue; endif; ?>