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 bff0769 commit 859c696Copy full SHA for 859c696
components/console/helpers/questionhelper.rst
@@ -40,7 +40,7 @@ the following to your command::
40
$question = new ConfirmationQuestion('Continue with this action?', false);
41
42
if (!$helper->ask($input, $output, $question)) {
43
- return;
+ return 0;
44
}
45
46
0 commit comments