Completed
Push — master ( 0aac1a...b41b74 )
by Oscar
04:19
created
demo/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 $dispatcher = new Dispatcher([
14 14
     new Emitter(),
15 15
 
16
-    function ($request) {
16
+    function($request) {
17 17
         $admin = new Demo\Admin(__DIR__, new Uri('http://localhost:8888'));
18 18
         return $admin->handle($request);
19 19
     }
Please login to merge, or discard this patch.