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