Completed
Push — master ( 19a002...9e523e )
by Anderson
02:02
created
src/Core/Route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1003,7 +1003,7 @@
 block discarded – undo
1003 1003
                             {
1004 1004
                                 for ($i = 0; $i < count($e_findPath); $i++)
1005 1005
                                 {
1006
-                                    if(in_array($i, $skip_seg))
1006
+                                    if (in_array($i, $skip_seg))
1007 1007
                                         continue;
1008 1008
 
1009 1009
                                     if ($valid)
Please login to merge, or discard this patch.