From 76ee1473759dfd5e9b9880f336320aa4b14da5b6 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 18 Jun 2018 21:42:34 +0100 Subject: [PATCH] phpdoc fix --- model/Shell.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model/Shell.php b/model/Shell.php index ea2752a1..84a3f838 100644 --- a/model/Shell.php +++ b/model/Shell.php @@ -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) {