From beb216fcd266381c7419e9349a8fc309cd8f77d5 Mon Sep 17 00:00:00 2001 From: Aryeh Raber Date: Mon, 24 May 2021 18:37:14 +0200 Subject: [PATCH] Fix formatting in config files (#492) --- stubs/laravel.php | 3 +++ stubs/magento2.php | 3 +++ stubs/symfony.php | 3 +++ 3 files changed, 9 insertions(+) diff --git a/stubs/laravel.php b/stubs/laravel.php index defc9a96..15f694a5 100644 --- a/stubs/laravel.php +++ b/stubs/laravel.php @@ -32,6 +32,7 @@ */ 'preset' => 'laravel', + /* |-------------------------------------------------------------------------- | IDE @@ -51,6 +52,7 @@ */ 'ide' => null, + /* |-------------------------------------------------------------------------- | Configuration @@ -122,4 +124,5 @@ */ 'threads' => null, + ]; diff --git a/stubs/magento2.php b/stubs/magento2.php index a128db09..1d02fecc 100644 --- a/stubs/magento2.php +++ b/stubs/magento2.php @@ -18,6 +18,7 @@ */ 'preset' => 'magento2', + /* |-------------------------------------------------------------------------- | IDE @@ -37,6 +38,7 @@ */ 'ide' => null, + /* |-------------------------------------------------------------------------- | Configuration @@ -99,4 +101,5 @@ */ 'threads' => null, + ]; diff --git a/stubs/symfony.php b/stubs/symfony.php index a39f4c36..5927232e 100644 --- a/stubs/symfony.php +++ b/stubs/symfony.php @@ -18,6 +18,7 @@ */ 'preset' => 'symfony', + /* |-------------------------------------------------------------------------- | IDE @@ -37,6 +38,7 @@ */ 'ide' => null, + /* |-------------------------------------------------------------------------- | Configuration @@ -99,4 +101,5 @@ */ 'threads' => null, + ];