Passed
Pull Request — master (#7)
by Antonio del
20:40 queued 17:41
created
tests/SymfonyRouterMiddlewareTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
 
131 131
         $middleware = new SymfonyRouterMiddleware($this->router);
132 132
 
133
-        $dummyFn = static function ($request) : void {
133
+        $dummyFn = static function($request) : void {
134 134
             echo $request->getAttribute('_route');
135 135
         };
136 136
 
Please login to merge, or discard this patch.