Skip to content

Commit 7345418

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: minor
2 parents 4b45bc4 + 2a79686 commit 7345418

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 to create the user
48+
// ... put here the code 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)