Passed
Push — master ( ae009e...1bc377 )
by 世昌
02:06
created
nebula/src/application/Route.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     public function addGroupRoute(string $group, GroupRoutes $route) {
64 64
         if (\array_key_exists($group, $this->routes)) {
65 65
             $this->routes[$group]->merge($route);
66
-        }else{
66
+        } else{
67 67
             $this->routes[$group] = $route;
68 68
         }
69 69
     } 
Please login to merge, or discard this patch.