@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | class GenerateSecuredSkeleton extends Command |
14 | 14 | { |
15 | 15 | const |
16 | - ENV_PROD= 'prod'; |
|
16 | + ENV_PROD = 'prod'; |
|
17 | 17 | |
18 | 18 | protected function configure() |
19 | 19 | { |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | |
48 | 48 | $securedVariables = $this->generateSecuredVariables($reader); |
49 | 49 | |
50 | - if(!empty($outputPath)) |
|
50 | + if( ! empty($outputPath)) |
|
51 | 51 | { |
52 | 52 | $this->app['configuration.fileSystem']->write($outputPath, $securedVariables, $overwrite); |
53 | 53 | } |
@@ -77,7 +77,7 @@ |
||
77 | 77 | |
78 | 78 | %s: |
79 | 79 | %s = %s |
80 | -PATTERN; |
|
80 | +pattern; |
|
81 | 81 | |
82 | 82 | $securedConf .= sprintf( |
83 | 83 | $variablePattern, |