Passed
Push — master ( d1cfc2...9c8db4 )
by Antonio del
01:43
created
tests/SymfonyRouterMiddlewareTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace DelOlmo\Middleware;
6 6
 
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
         $response = Dispatcher::run([
114 114
                 new SymfonyRouterMiddleware($this->router),
115
-                function ($request) {
115
+                function($request) {
116 116
                     echo $request->getAttribute('_route');
117 117
                 }
118 118
                 ], $request);
Please login to merge, or discard this patch.