Passed
Pull Request — master (#34)
by Raed
04:11
created
src/GeoGroup.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -39,13 +39,13 @@  discard block
 block discarded – undo
39 39
     protected $router;
40 40
 
41 41
     /**
42
-    * The attributes that can be set through this class.
43
-    *
44
-    * @var array
45
-    */
42
+     * The attributes that can be set through this class.
43
+     *
44
+     * @var array
45
+     */
46 46
     protected $allowedAttributes = [
47
-       'as', 'domain', 'middleware', 'name', 'namespace', 'prefix', 'where',
48
-   ];
47
+        'as', 'domain', 'middleware', 'name', 'namespace', 'prefix', 'where',
48
+    ];
49 49
 
50 50
     /**
51 51
      * The attributes that are aliased.
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
      * @var array
54 54
      */
55 55
     protected $aliases = [
56
-       'name' => 'as',
57
-   ];
56
+        'name' => 'as',
57
+    ];
58 58
 
59 59
     /**
60 60
      * Create a new GeoGroup instance.
Please login to merge, or discard this patch.