Completed
Push — master ( cbe5fa...f32689 )
by AJ
01:52
created
src/Shell/SubdomainsInstallShell.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -173,6 +173,9 @@
 block discarded – undo
173 173
         
174 174
     }
175 175
                 
176
+    /**
177
+     * @param string $string
178
+     */
176 179
     private function _inputYesNo($string) {
177 180
     
178 181
         return strtolower($this->in($string, ['y', 'n'])) === 'y';    
Please login to merge, or discard this patch.