mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
bugfix - Space/Enter between starting php tag and comment for PHPStan
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?= '<?php' ?>
|
||||
//@formatter:off
|
||||
|
||||
// @formatter:off
|
||||
|
||||
/**
|
||||
* A helper file for Laravel 5, to provide autocomplete information to your IDE
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?= '<?php' ?>
|
||||
//@formatter:off
|
||||
|
||||
// @formatter:off
|
||||
|
||||
namespace PHPSTORM_META {
|
||||
|
||||
|
||||
@@ -151,7 +151,8 @@ class ModelsCommand extends Command
|
||||
|
||||
|
||||
$output = "<?php
|
||||
//@formatter:off
|
||||
|
||||
// @formatter:off
|
||||
/**
|
||||
* A helper file for your Eloquent Models
|
||||
* Copy the phpDocs from this file to the correct Model,
|
||||
|
||||
Reference in New Issue
Block a user