Completed
Push — master ( c459c5...bec271 )
by AJ
01:54
created
config/subdomains.default.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
 return array(
26 26
     'Multidimensional/Subdomains' => 
27 27
         array('subdomains' =>
28
-			array('{SUBDOMAIN_1}', '{SUBDOMAIN_2}', /*...*/ '{SUBDOMAIN_N}')
29
-		)
30
-	);
31 28
\ No newline at end of file
29
+            array('{SUBDOMAIN_1}', '{SUBDOMAIN_2}', /*...*/ '{SUBDOMAIN_N}')
30
+        )
31
+    );
32 32
\ No newline at end of file
Please login to merge, or discard this patch.
src/Shell/SubdomainsInstallShell.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -156,8 +156,8 @@  discard block
 block discarded – undo
156 156
     }
157 157
     
158 158
     /**
159
-    * @param integer $key
160
-    */
159
+     * @param integer $key
160
+     */
161 161
     private function _deleteSubdomain (&$subdomains, $key) {
162 162
         
163 163
         if (isset($subdomains[$key])) {
@@ -175,8 +175,8 @@  discard block
 block discarded – undo
175 175
     }
176 176
     
177 177
     /**
178
-    * @param string|null $subdomain
179
-    */    
178
+     * @param string|null $subdomain
179
+     */    
180 180
     private function _validateSubdomain ($subdomain) {
181 181
     
182 182
         if (is_null($subdomain) || empty($subdomain)) {
Please login to merge, or discard this patch.