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 9d52d82

Browse filesBrowse files
committed
Merge branch '6.4' into 7.1
* 6.4: [Console]: Minor: Removing duplication
2 parents ccd2b5d + e39a935 commit 9d52d82
Copy full SHA for 9d52d82

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/calling_commands.rst

Copy file name to clipboardExpand all lines: console/calling_commands.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
How to Call Other Commands
22
==========================
33

4-
If a command depends on another one being run before it you can call in the
5-
console command itself. This is useful if a command depends on another command
6-
or if you want to create a "meta" command that runs a bunch of other commands
4+
If a command depends on another one being run before it you can call that in the
5+
console command itself. This can be useful
6+
if you want to create a "meta" command that runs a bunch of other commands
77
(for instance, all commands that need to be run when the project's code has
88
changed on the production servers: clearing the cache, generating Doctrine
99
proxies, dumping web assets, ...).

0 commit comments

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