Completed
Pull Request — master (#93)
by
unknown
03:16
created
src/Karma/Command/GenerateSecuredSkeleton.php 2 patches
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.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 
78 78
 %s:
79 79
     %s = %s
80
-PATTERN;
80
+pattern;
81 81
 
82 82
             $securedConf .= sprintf(
83 83
                 $variablePattern,
Please login to merge, or discard this patch.