Passed
Push — master ( 86136c...ca348b )
by Marcio
04:11
created
src/Ballybran/Routing/Router.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
      *
383 383
      * @return bool
384 384
      */
385
-    public function group($settings = null, $callback = null, $name =null)
385
+    public function group($settings = null, $callback = null, $name = null)
386 386
     {
387 387
         if ($this->cacheLoaded) {
388 388
             return true;
@@ -542,7 +542,7 @@  discard block
 block discarded – undo
542 542
             $this->criateRoute($route, $groupItem, $method, $callback, $settings);
543 543
         }
544 544
 
545
-        private function criateRoute($route, $groupItem, $method, $callback, $settings){
545
+        private function criateRoute($route, $groupItem, $method, $callback, $settings) {
546 546
             $routeName = is_string($callback)
547 547
             ? strtolower(preg_replace(
548 548
                 '/[^\w]/i', '/', str_replace($this->namespaces['controllers'], '', $callback)
Please login to merge, or discard this patch.