Completed
Push — master ( 7161cd...80db05 )
by Schlaefer
14s
created
plugins/Installer/src/Controller/InstallController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Saito - The Threaded Web Forum
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
         if ($hasSettingsTable) {
67 67
             $this->log('Installer found Settings-table. Moving on to Updater.', LogLevel::INFO, ['saito.install']);
68 68
             //// disable installer and move on to updater instead
69
-            (new File(CONFIG . 'installer'))->delete();
69
+            (new File(CONFIG.'installer'))->delete();
70 70
 
71 71
             return $this->redirect('/');
72 72
         }
Please login to merge, or discard this patch.