Skip to content

Commit 73769e9

Browse files
committed
[#8269] minor rewording
1 parent a50892c commit 73769e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ terminal:
8383
.. caution::
8484

8585
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.
86+
that are not registered as a service. But this auto discovery is deprecated
87+
since Symfony 3.4 and won't be supported anymore in Symfony 4.0.
8888

8989
As you might expect, this command will do nothing as you didn't write any logic
9090
yet. Add your own logic inside the ``execute()`` method, which has access to the

0 commit comments

Comments
 (0)