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 a50892c commit 73769e9Copy full SHA for 73769e9
console.rst
@@ -83,8 +83,8 @@ terminal:
83
.. caution::
84
85
Symfony also looks in the ``Command/`` directory of bundles for commands
86
- non registered as a service but this is deprecated since Symfony 3.4 and
87
- won't be supported in Symfony 4.0.
+ that are not registered as a service. But this auto discovery is deprecated
+ since Symfony 3.4 and won't be supported anymore in Symfony 4.0.
88
89
As you might expect, this command will do nothing as you didn't write any logic
90
yet. Add your own logic inside the ``execute()`` method, which has access to the
0 commit comments