Completed
Push — master ( cea5de...e1b5b9 )
by Andrew
05:17
created
Category
Tests/Bridge/KernelWrapperTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
         $symfonyResponse = new HttpFoundationResponse('Hello World');
19 19
 
20
-        $kernel = new MockKernel(function (HttpFoundationRequest $symfonyRequest) use ($symfonyResponse) {
20
+        $kernel = new MockKernel(function(HttpFoundationRequest $symfonyRequest) use ($symfonyResponse) {
21 21
             $this->assertEquals('/hello', $symfonyRequest->getRequestUri());
22 22
     
23 23
             return $symfonyResponse;
Please login to merge, or discard this patch.