Completed
Push — master ( 01741b...df8752 )
by AJ
01:52
created
src/Shell/SubdomainsInstallShell.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         
114 114
         $subdomains = Configure::consume('Multidimensional/Subdomains.subdomains');
115 115
         
116
-        if ($this->_countSubdomains($subdomains)) { 
116
+        if ($this->_countSubdomains($subdomains)) {
117 117
             return $subdomains;
118 118
         }
119 119
         
Please login to merge, or discard this patch.