Skip to content

Commit 8cfd997

Browse files
committed
[Console] Remove some unneeded versionadded directives
1 parent 262fb43 commit 8cfd997

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

console.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ command, for instance:
5959
Console Completion
6060
~~~~~~~~~~~~~~~~~~
6161

62-
.. versionadded:: 5.4
63-
64-
Console completion for Bash was introduced in Symfony 5.4.
65-
6662
If you are using the Bash shell, you can install Symfony's completion
6763
script to get auto completion when typing commands in the terminal. All
6864
commands support name and option completion, and some can even complete

console/input.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,6 @@ The above code can be simplified as follows because ``false !== null``::
307307
Adding Argument/Option Value Completion
308308
---------------------------------------
309309

310-
.. versionadded:: 5.4
311-
312-
Console completion was introduced in Symfony 5.4.
313-
314310
If :ref:`Console completion is installed <console-completion-setup>`,
315311
command and option names will be auto completed by the shell. However, you
316312
can also implement value completion for the input in your commands. For

0 commit comments

Comments
 (0)