Passed
Push — master ( 1719b8...ef9411 )
by Iman
02:43
created
src/Hooks/RouteHooks.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
      */
13 13
     public function whenYouVisitUrl(...$url)
14 14
     {
15
-        $removeSlash = function ($url) {
15
+        $removeSlash = function($url) {
16 16
             return ltrim($url, "/");
17 17
         };
18 18
 
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
      */
37 37
     public function whenYouCallAction(...$action)
38 38
     {
39
-        $addNamespace = function ($action) {
39
+        $addNamespace = function($action) {
40 40
             if ($action = ltrim($action, '\\')) {
41 41
                 return $action;
42 42
             }
Please login to merge, or discard this patch.