Skip to content

Commit ad75aa9

Browse files
committed
Removed the deprecated note
1 parent 3879296 commit ad75aa9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

console.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,14 +317,9 @@ command:
317317

318318
:method:`Symfony\\Component\\Console\\Command\\Command::execute` *(required)*
319319
This method is executed after ``interact()`` and ``initialize()``.
320-
It contains the logic you want the command to execute and it should
320+
It contains the logic you want the command to execute and it must
321321
return an integer which will be used as the command `exit status`_.
322322

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-
328323
.. _console-testing-commands:
329324

330325
Testing Commands

0 commit comments

Comments
 (0)