Passed
Branch master (78d29d)
by giu
03:15
created
src/Shell/InstallShell.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
         // Admin account
28 28
         // Mail
29 29
 		
30
-        if(!Configure::read('Security.salt'))
30
+        if (!Configure::read('Security.salt'))
31 31
         {
32 32
             $salt = $this->in('Salt:');
33 33
         }
@@ -48,8 +48,8 @@  discard block
 block discarded – undo
48 48
         Configure::write('Datasources.default.quoteIdentifiers', false);
49 49
         Configure::write('Datasources.default.url', env('DATABASE_URL', null));
50 50
         $file = new File('config/app_local.php', false);
51
-        if(!$file->exists()) {
52
-            if($ris = Configure::dump('app_local', 'default')) {
51
+        if (!$file->exists()) {
52
+            if ($ris = Configure::dump('app_local', 'default')) {
53 53
                 $this->out("Wrote config file app_local.php");
54 54
             }
55 55
         }
Please login to merge, or discard this patch.