Completed
Push — master ( f32689...64c427 )
by AJ
02:05
created
src/Shell/SubdomainsInstallShell.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -170,9 +170,9 @@  discard block
 block discarded – undo
170 170
         
171 171
     }
172 172
     
173
-	/**
174
-    * @param string $string
175
-    */     
173
+    /**
174
+     * @param string $string
175
+     */     
176 176
     private function _inputYesNo($string) {
177 177
     
178 178
         return strtolower($this->in($string, ['y', 'n'])) === 'y';    
@@ -214,10 +214,10 @@  discard block
 block discarded – undo
214 214
     private function _countSubdomains($subdomains) {
215 215
        
216 216
         if (!isset($subdomains)
217
-			|| empty($subdomains)
218
-			|| is_null($subdomains)
219
-		    || !is_array($subdomains)
220
-			|| count($subdomains) === 0) {
217
+            || empty($subdomains)
218
+            || is_null($subdomains)
219
+            || !is_array($subdomains)
220
+            || count($subdomains) === 0) {
221 221
 				
222 222
             return false;
223 223
 			
Please login to merge, or discard this patch.