[Console] Updated phpdoc on return types

This commit is contained in:
mlpo 2016-12-23 02:05:25 +01:00 committed by GitHub
parent 0bb7eafba0
commit 442a304292

View File

@ -37,7 +37,7 @@ class QuestionHelper extends Helper
* @param OutputInterface $output An OutputInterface instance
* @param Question $question The question to ask
*
* @return string The user answer
* @return mixed The user answer
*
* @throws \RuntimeException If there is no data to read in the input stream
*/
@ -383,7 +383,7 @@ class QuestionHelper extends Helper
* @param OutputInterface $output An Output instance
* @param Question $question A Question instance
*
* @return string The validated response
* @return mixed The validated response
*
* @throws \Exception In case the max number of attempts has been reached and no valid response has been given
*/