Completed
Pull Request — master (#93)
by
unknown
03:16
created
src/Karma/Command/GenerateSecuredSkeleton.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.