Skip to content

Commit 9f719fe

Browse files
committed
minor #13857 Update input.rst (atailouloute)
This PR was merged into the 5.0 branch. Discussion ---------- Update input.rst Starting from SF5.0, the `Command::execute` should return an int Commits ------- cd71bb0 Update input.rst
2 parents e5f1c17 + cd71bb0 commit 9f719fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

console/input.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ You now have access to a ``last_name`` argument in your command::
5252
}
5353

5454
$output->writeln($text.'!');
55+
56+
return 0;
5557
}
5658
}
5759

0 commit comments

Comments
 (0)