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
490490
491491.. tip ::
492492
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() ``.
495496
496497.. caution ::
497498
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.
502503
503504.. note ::
504505
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ before translating contents::
150150However for other services the solution might be more complex. For more details,
151151see :doc: `/cookbook/service_container/scopes `.
152152
153- Invoking Other Commands
153+ Invoking other Commands
154154-----------------------
155155
156156See :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