Skip to content

Commit e53787c

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Console]: Minor: Removing duplication
2 parents 7f5e024 + 27c0624 commit e53787c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console/calling_commands.rst

+3-3
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)