Passed
Push — master ( 1f77d5...03303d )
by Henri
01:38
created
src/Router.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
                 self::getInstance()->checkMethod($route, $requestMethod);
71 71
                 self::getInstance()->checkData($route, (new Uri($_SERVER['REQUEST_URI']))->getPath());
72 72
                 return self::getInstance();
73
-            }catch(\Exception $er){
73
+            } catch(\Exception $er){
74 74
                 continue;
75 75
             }
76 76
         }
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
         
97 97
         try{
98 98
             self::getInstance()->executeRouteAction(self::getInstance()->current()['action']);
99
-        }catch(\Exception $er){
99
+        } catch(\Exception $er){
100 100
             self::getInstance()->error = $er;
101 101
         }
102 102
         
Please login to merge, or discard this patch.