Completed
Push — master ( 1666d5...e785e6 )
by AJ
01:51
created
src/Shell/SubdomainsInstallShell.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -61,13 +61,13 @@
 block discarded – undo
61 61
     
62 62
     private function _displayCurrentUniqueSubdomains(&$subdomains) {
63 63
      
64
-		if ($this->_countSubdomains($subdomains)) {
64
+        if ($this->_countSubdomains($subdomains)) {
65 65
 		
66
-			$subdomains = $this->_uniqueSubdomains($subdomains);
67
-			$subdomains = $this->_modifyArray($subdomains);
68
-			$this->_displayCurrentSubdomains($subdomains);
66
+            $subdomains = $this->_uniqueSubdomains($subdomains);
67
+            $subdomains = $this->_modifyArray($subdomains);
68
+            $this->_displayCurrentSubdomains($subdomains);
69 69
 		
70
-		}
70
+        }
71 71
 
72 72
     }
73 73
     
Please login to merge, or discard this patch.