Completed
Push — master ( dcb8e1...d3e625 )
by AJ
01:53
created
config/subdomains.default.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 /*/
24 24
 
25 25
 return array(
26
-  'Multidimensional/Subdomains' => 
26
+    'Multidimensional/Subdomains' => 
27 27
     array('subdomains' =>
28 28
 array('{SUBDOMAIN_1}', '{SUBDOMAIN_2}', /*...*/ '{SUBDOMAIN_N}')
29 29
 )
Please login to merge, or discard this patch.
src/Shell/SubdomainsInstallShell.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 
21 21
 class SubdomainsInstallShell extends Shell {
22 22
     
23
-public function main() {
23
+public function main () {
24 24
 
25 25
 $subdomains = array();
26 26
 
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 
138 138
 }
139 139
 
140
-private function _modifyArray(array $array) {
140
+private function _modifyArray (array $array) {
141 141
 
142 142
 return array_combine(range(1, count($array)), array_values($array)); ;
143 143
 
Please login to merge, or discard this patch.