Skip to content

Commit a60b434

Browse files
committed
Remove a versionadded directive
1 parent 89fdff3 commit a60b434

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

console.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ to it (``php bin/console list --short``). This will avoid instantiating command
9797
classes, but it won't show any description for commands that use the
9898
``setDescription()`` method instead of the static property.
9999

100-
.. versionadded:: 5.3
101-
102-
The ``$defaultDescription`` static property and the ``--short`` option
103-
were introduced in Symfony 5.3.
104-
105100
The ``configure()`` method is called automatically at the end of the command
106101
constructor. If your command defines its own constructor, set the properties
107102
first and then call to the parent constructor, to make those properties

0 commit comments

Comments
 (0)