Completed
Pull Request — master (#8)
by Antonio del
09:05 queued 01:34
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.