Completed
Push — master ( 64c427...e3ca75 )
by AJ
01:53
created
src/Shell/SubdomainsInstallShell.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -171,8 +171,8 @@
 block discarded – undo
171 171
     }
172 172
     
173 173
     /**
174
-    * @param string $string
175
-    */     
174
+     * @param string $string
175
+     */     
176 176
     private function _inputYesNo($string) {
177 177
     
178 178
         return strtolower($this->in($string, ['y', 'n'])) === 'y';    
Please login to merge, or discard this patch.