Test Failed
Branch master (25ff9f)
by Stanislau
14:25 queued 01:08
created
Category
src/Listener/ApplicationStartedListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             return;
36 36
         }
37 37
 
38
-        $request = Request::createFromGlobals();
38
+        $request=Request::createFromGlobals();
39 39
 
40 40
         $this->httpFacade->execute($request);
41 41
     }
Please login to merge, or discard this patch.