Passed
Push — master ( 9714df...7dc6f0 )
by Mahmoud
01:32
created
src/CustomRoutes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 {
7 7
     protected $app;
8 8
       
9
-    public function __construct($router='')
9
+    public function __construct($router = '')
10 10
     {
11 11
       $this->app = $router;
12 12
     }
Please login to merge, or discard this patch.
src/CustomRoutesServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function boot()
14 14
     {
15
-       //
15
+        //
16 16
     }
17 17
 
18 18
     /**
Please login to merge, or discard this patch.