Skip to content

Commit 02bf0be

Browse files
committed
add missing return statement
1 parent 3082fe5 commit 02bf0be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ the following to your command::
4242
if (!$helper->ask($input, $output, $question)) {
4343
return Command::SUCCESS;
4444
}
45+
46+
// ... do something here
47+
48+
return Command::SUCCESS;
4549
}
4650
}
4751

0 commit comments

Comments
 (0)