1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

phpdoc fix

This commit is contained in:
David Goodwin
2018-06-18 21:42:34 +01:00
parent aa38d0090d
commit 76ee147375

View File

@ -138,8 +138,7 @@ class Shell {
* @param string $prompt Prompt text.
* @param mixed $options Array or string of options.
* @param string $default Default input value.
* @return Either the default value, or the user-provided input.
* @access public
* @return string either the default value, or the user-provided input.
*/
public function in($prompt, $options = null, $default = null) {
if (!$this->interactive) {