Completed
Push — master ( 72839d...4f2672 )
by Sergii
23:54 queued 15:53
created
src/Routers/RouterTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
 
203 203
         $callback = explode('&', $callback);
204 204
 
205
-        return function () use ($callback, $namespace) {
205
+        return function() use ($callback, $namespace) {
206 206
             if (count($callback) === 1) {
207 207
                 return call_user_func_array([$this, $callback[0]], func_get_args());
208 208
             }
Please login to merge, or discard this patch.