bugfix - Space/Enter between starting php tag and comment for PHPStan

This commit is contained in:
Jonas De Smet
2018-06-19 14:59:59 +02:00
parent 65e3278c86
commit e1d1352ac5
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