Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 638b3cd

Browse filesBrowse files
committed
Merge branch '2.7' into 2.8
2 parents 9a74af4 + 16a5ac9 commit 638b3cd
Copy full SHA for 638b3cd

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎console.rst

Copy file name to clipboardExpand all lines: console.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7878
Executing the Command
7979
---------------------
@@ -166,7 +166,7 @@ Now, you can pass the username to the command:
166166
Getting 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
171171
extend the :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand`
172172
instead::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.