Passed
Push — v1.0.x ( 756811...6bb4bb )
by Antonio del
14:33 queued 17s
created
tests/SymfonyRouterMiddlewareTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 
114 114
         $response = Dispatcher::run([
115 115
                 new SymfonyRouterMiddleware($this->router),
116
-                function ($request) {
116
+                function($request) {
117 117
                     echo $request->getAttribute('_route');
118 118
                 }
119 119
                 ], $request);
Please login to merge, or discard this patch.