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:
Barry vd. Heuvel
2018-06-21 14:14:18 +02:00
committed by GitHub
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<?= '<?php' ?>
//@formatter:off
// @formatter:off
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
+2 -1
View File
@@ -1,5 +1,6 @@
<?= '<?php' ?>
//@formatter:off
// @formatter:off
namespace PHPSTORM_META {
+2 -1
View File
@@ -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,