File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ automatically, a command must be:
7272#. Defined in a class that extends from
7373 :class: `Symfony\\ Component\\ Console\\ Command\\ Command `.
7474
75- If you can't meet these conditions for some command, the alternative is to
76- manually :doc`register the command as a service </console/commands_as_services>`.
75+ If you can't meet these conditions for a command, the alternative is to manually
76+ :doc: `register the command as a service </console/commands_as_services >`.
7777
7878Executing the Command
7979---------------------
@@ -166,7 +166,7 @@ Now, you can pass the username to the command:
166166Getting Services from the Service Container
167167-------------------------------------------
168168
169- To actually create a new user, the command has to access to some
169+ To actually create a new user, the command has to access some
170170:doc: `services </service_container >`. This can be done by making the command
171171extend the :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Command\\ ContainerAwareCommand `
172172instead::
You can’t perform that action at this time.
0 commit comments