@@ -29,7 +29,7 @@ |
||
| 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 | |