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
+1
View File
@@ -1,4 +1,5 @@
<?= '<?php' ?>
// @formatter:off
/**
+1
View File
@@ -1,4 +1,5 @@
<?= '<?php' ?>
// @formatter:off
namespace PHPSTORM_META {
+1
View File
@@ -151,6 +151,7 @@ class ModelsCommand extends Command
$output = "<?php
// @formatter:off
/**
* A helper file for your Eloquent Models