File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -490,15 +490,16 @@ returns the returned code from the command (return value from command's
490
490
491
491
.. tip ::
492
492
493
- If you want to suppress the output of the executed command, pass a :class: `Symfony\\ Component\\ Console\\ Output\\ NullOutput `
494
- as the second argument to ``$command->execute() ``.
493
+ If you want to suppress the output of the executed command, pass a
494
+ :class: `Symfony\\ Component\\ Console\\ Output\\ NullOutput ` as the second
495
+ argument to ``$command->execute() ``.
495
496
496
497
.. caution ::
497
498
498
- Note that all the commands will run in the same process, and some of Symfony's
499
- built-in commands may not work well this way. For instance, ``cache:clear ``
500
- and ``cache:warmup `` commands change some class definitions, so running something
501
- after them is likely to break.
499
+ Note that all the commands will run in the same process and some of Symfony's
500
+ built-in commands may not work well this way. For instance, the ``cache:clear ``
501
+ and ``cache:warmup `` commands change some class definitions, so running
502
+ something after them is likely to break.
502
503
503
504
.. note ::
504
505
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ before translating contents::
150
150
However for other services the solution might be more complex. For more details,
151
151
see :doc: `/cookbook/service_container/scopes `.
152
152
153
- Invoking Other Commands
153
+ Invoking other Commands
154
154
-----------------------
155
155
156
156
See :ref: `calling-existing-command ` if you need to implement a command that runs
You can’t perform that action at this time.
0 commit comments