8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a892fc commit 7c2e9cfCopy full SHA for 7c2e9cf
components/console/helpers/questionhelper.rst
@@ -233,7 +233,7 @@ You can also specify if you want to not trim the answer by setting it directly w
233
$question = new Question('What is the name of the child?');
234
$question->setTrimmable(true);
235
// if the users inputs 'elsa ' it will not be trimmed and you will get 'elsa ' as value
236
- $childName = $helper->ask($input, $output, $question);
+ $name = $helper->ask($input, $output, $question);
237
}
238
239
.. versionadded:: 4.4
0 commit comments