Completed
Push — master ( aeb2ba...1666d5 )
by AJ
04:57
created
src/Shell/SubdomainsInstallShell.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,11 +61,11 @@
 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
             $subdomains = $this->_uniqueSubdomains($subdomains);
66 66
             $subdomains = $this->_modifyArray($subdomains);
67 67
             $this->_displayCurrentSubdomains($subdomains);
68
-         }
68
+            }
69 69
         
70 70
     }
71 71
     
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
                 
54 54
         if ($this->_countSubdomains($subdomains)) {
55 55
             return $this->_inputYesNo('Update configuration?');    
56
-        } else {    
56
+        } else {
57 57
             return $this->_inputYesNo('Install subdomains plugin?');    
58 58
         }
59 59
         
@@ -61,7 +61,7 @@  discard block
 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
             $subdomains = $this->_uniqueSubdomains($subdomains);
66 66
             $subdomains = $this->_modifyArray($subdomains);
67 67
             $this->_displayCurrentSubdomains($subdomains);
Please login to merge, or discard this patch.