Skip to content

Commit

Permalink
Fix formatting in config files (nunomaduro#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryehraber authored May 24, 2021
1 parent 1e8aef8 commit beb216f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stubs/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/

'preset' => 'laravel',

/*
|--------------------------------------------------------------------------
| IDE
Expand All @@ -51,6 +52,7 @@
*/

'ide' => null,

/*
|--------------------------------------------------------------------------
| Configuration
Expand Down Expand Up @@ -122,4 +124,5 @@
*/

'threads' => null,

];
3 changes: 3 additions & 0 deletions stubs/magento2.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

'preset' => 'magento2',

/*
|--------------------------------------------------------------------------
| IDE
Expand All @@ -37,6 +38,7 @@
*/

'ide' => null,

/*
|--------------------------------------------------------------------------
| Configuration
Expand Down Expand Up @@ -99,4 +101,5 @@
*/

'threads' => null,

];
3 changes: 3 additions & 0 deletions stubs/symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

'preset' => 'symfony',

/*
|--------------------------------------------------------------------------
| IDE
Expand All @@ -37,6 +38,7 @@
*/

'ide' => null,

/*
|--------------------------------------------------------------------------
| Configuration
Expand Down Expand Up @@ -99,4 +101,5 @@
*/

'threads' => null,

];

0 comments on commit beb216f

Please sign in to comment.