Passed
Push — master ( 9a172a...9c608c )
by Joe Nilson
03:46 queued 13s
created
Extension/Controller/EditSettings.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 {
25 25
     public function execAfterAction(): Closure
26 26
     {
27
-         return function($action) {
27
+            return function($action) {
28 28
             //return $action;
29 29
             if ($action === 'fixfacturasprov') {
30 30
                 $dataBase = new DataBase();
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
             } elseif ($action === 'fixfacturascli') {
46 46
                 self::toolBox()->i18nLog()->notice('fixfacturascli');
47 47
             }
48
-         };
48
+            };
49 49
     }
50 50
 
51 51
 }
52 52
\ No newline at end of file
Please login to merge, or discard this patch.