Completed
Push — master ( 169ca3...e1781d )
by Dan
02:52
created
Src/Router/Handler/ClassHandler.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         try{
54 54
             $this->resolveController( $this->controller);
55 55
             $this->resolveMethod( $this->method );
56
-        }catch(\Exception $e){
56
+        } catch(\Exception $e){
57 57
             $this->resolved = new $this->controller(...$arguments);
58 58
         }
59 59
 
Please login to merge, or discard this patch.
Src/Router/Routes.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
         if ($this->groupedRoute === false){
55 55
             $routePattern = $pattern;
56
-        }else{
56
+        } else{
57 57
             $routePattern = implode('',$this->dir).$pattern;
58 58
         }
59 59
 
Please login to merge, or discard this patch.