Passed
Push — master ( 273046...6c5a52 )
by Ch
02:35
created
src/Tests/RouterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     {
26 26
         $parser = new RouterParser();
27 27
         $this->router  = new Router($parser, [], '', []);
28
-        $this->closure = function () {
28
+        $this->closure = function() {
29 29
         };
30 30
     }
31 31
 
Please login to merge, or discard this patch.