Completed
Push — master ( db2d04...5a3d2b )
by Antonio del
02:51
created
tests/SymfonyRouterMiddlewareTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
 
173 173
         $middleware = new SymfonyRouterMiddleware($this->router, $factory);
174 174
 
175
-        $dummyFn = static function ($request) : void {
175
+        $dummyFn = static function($request) : void {
176 176
             echo $request->getAttribute('_route');
177 177
         };
178 178
 
Please login to merge, or discard this patch.