Passed
Push — develop ( 2bc06f...07d547 )
by nguereza
02:52
created
src/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@
 block discarded – undo
316 316
             $name = trim($pattern, '/');
317 317
         }
318 318
 
319
-        $this->group($pattern, function (Router $router) use ($handler, $maps, $name, $attributes) {
319
+        $this->group($pattern, function(Router $router) use ($handler, $maps, $name, $attributes) {
320 320
             foreach ($maps as $map) {
321 321
                 if ($map['many']) {
322 322
                     /** @var Route $route */
Please login to merge, or discard this patch.