Completed
Pull Request — master (#2)
by Stefan
01:56
created
src/Nono/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
             return [];
73 73
         }
74 74
 
75
-        $params = array_filter($m, function ($v) {
75
+        $params = array_filter($m, function($v) {
76 76
             return 0 < strlen($v);
77 77
         });
78 78
         $action = $routes[count($m) - count($params)]['action'];
Please login to merge, or discard this patch.