Test Failed
Pull Request — master (#67)
by lee
06:11
created
src/Linna/Router/Route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
             return $this->callback;
200 200
         }
201 201
 
202
-        return function () {
202
+        return function() {
203 203
         };
204 204
     }
205 205
 
Please login to merge, or discard this patch.