Completed
Push — master ( 282359...338c1f )
by Steven
02:58
created
src/Magestead/Helper/Options.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -56,21 +56,21 @@
 block discarded – undo
56 56
     public function getAllOptions()
57 57
     {
58 58
         return [
59
-          'app' => $this->_app,
60
-          'server' => $this->_server,
61
-          'phpver' => $this->_phpVer,
62
-          'os' => $this->_os,
63
-          'box' => $this->_box,
64
-          'm2user' => $this->_m2Username,
65
-          'm2pass' => $this->_m2Password,
66
-          'repo_url' => $this->_repoUrl,
67
-          'ip_address' => $this->_ipAddress,
68
-          'cpus' => $this->_cpus,
69
-          'memory_limit' => $this->_memorylimit,
70
-          'locale' => $this->_locale,
71
-          'default_currency' => $this->_currency,
72
-          'base_url' => $this->_baseUrl,
73
-          'installSampleData' => $this->installSampleData,
59
+            'app' => $this->_app,
60
+            'server' => $this->_server,
61
+            'phpver' => $this->_phpVer,
62
+            'os' => $this->_os,
63
+            'box' => $this->_box,
64
+            'm2user' => $this->_m2Username,
65
+            'm2pass' => $this->_m2Password,
66
+            'repo_url' => $this->_repoUrl,
67
+            'ip_address' => $this->_ipAddress,
68
+            'cpus' => $this->_cpus,
69
+            'memory_limit' => $this->_memorylimit,
70
+            'locale' => $this->_locale,
71
+            'default_currency' => $this->_currency,
72
+            'base_url' => $this->_baseUrl,
73
+            'installSampleData' => $this->installSampleData,
74 74
         ];
75 75
     }
76 76
 
Please login to merge, or discard this patch.