@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace app\commands; |
4 | 4 |
@@ -8,7 +8,7 @@ |
||
8 | 8 | 'id' => $yaml['app']['id'], |
9 | 9 | 'name' => $yaml['app']['name'], |
10 | 10 | 'basePath' => dirname(__DIR__), |
11 | - 'bootstrap' => [ 'log' ], |
|
11 | + 'bootstrap' => ['log'], |
|
12 | 12 | 'language' => 'en-US', |
13 | 13 | 'sourceLanguage' => 'en-US', |
14 | 14 | 'components' => [ |