Passed
Branch v2-dev (f4944f)
by Henri
01:22
created
src/Router.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
                 self::getInstance()->checkMethod($route, $_SERVER['REQUEST_METHOD']);
82 82
                 self::getInstance()->checkData($route, $_SERVER['REQUEST_URI']);
83 83
                 return self::getInstance();
84
-            }catch(\Exception $er){
84
+            } catch(\Exception $er){
85 85
                 continue;
86 86
             }
87 87
         }
Please login to merge, or discard this patch.