Test Failed
Branch master (a275d0)
by Mike
06:38
created
src/Xervice/Service/ServiceFacade.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
     public function startApplication()
21 21
     {
22 22
         $this->getFactory()->createApplication()
23
-             ->boot()
24
-             ->run();
23
+                ->boot()
24
+                ->run();
25 25
     }
26 26
 
27 27
     /**
Please login to merge, or discard this patch.