Skip to content

Commit 9088d35

Browse files
committed
Merge pull request symfony#1381 from pulzarraider/console_command_return_value_fix
[Components] Console command - return value of depending command fix
2 parents 59d0b68 + 43afaeb commit 9088d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ Then, you need to create a new
353353
options you want to pass to the command.
354354

355355
Eventually, calling the ``run()`` method actually executes the command and
356-
returns the returned code from the command (``0`` if everything went fine, any
357-
other integer otherwise).
356+
returns the returned code from the command (return value from command's
357+
``execute()`` method).
358358

359359
.. note::
360360

0 commit comments

Comments
 (0)