Completed
Push — master ( 497434...3a4f1f )
by AJ
01:52
created
src/Shell/SubdomainsInstallShell.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -207,13 +207,13 @@
 block discarded – undo
207 207
             return false;                                
208 208
         }
209 209
 		
210
-		if (is_null($subdomains)) {
211
-			return false;	
212
-		}
210
+        if (is_null($subdomains)) {
211
+            return false;	
212
+        }
213 213
 		
214
-		if (count($subdomains) === 0) {
215
-			return false;
216
-		}
214
+        if (count($subdomains) === 0) {
215
+            return false;
216
+        }
217 217
         
218 218
         return (int) count($subdomains);        
219 219
         
Please login to merge, or discard this patch.