Skip to content

Commit 65c418c

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: minor. symfony#14488 More explication for return into execute command function
2 parents 4a9af8c + 731970b commit 65c418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ want a command to create a user::
4545

4646
protected function execute(InputInterface $input, OutputInterface $output)
4747
{
48-
// ... put here the code to run in your command
48+
// ... put here the code to to create the user
4949

5050
// this method must return an integer number with the "exit status code"
5151
// of the command. You can also use these constants to make code more readable

0 commit comments

Comments
 (0)