We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3879296 commit ad75aa9Copy full SHA for ad75aa9
console.rst
@@ -317,14 +317,9 @@ command:
317
318
:method:`Symfony\\Component\\Console\\Command\\Command::execute` *(required)*
319
This method is executed after ``interact()`` and ``initialize()``.
320
- It contains the logic you want the command to execute and it should
+ It contains the logic you want the command to execute and it must
321
return an integer which will be used as the command `exit status`_.
322
323
- .. deprecated:: 4.4
324
-
325
- Not returning an integer with the exit status as the result of
326
- ``execute()`` is deprecated since Symfony 4.4.
327
328
.. _console-testing-commands:
329
330
Testing Commands
0 commit comments