Passed
Branch master (6a40a3)
by Ch
02:38
created
src/Tests/RouterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $this->router  = new Router($parser, [], '', []);
30 30
         $this->param1  = ['controller' => 'test', 'action' => 'someaction'];
31 31
         $this->param2  = ['controller' => 'test', 'action' => 'someaction', 'type' => 'json'];
32
-        $this->closure = function () {
32
+        $this->closure = function() {
33 33
         };
34 34
     }
35 35
 
Please login to merge, or discard this patch.