File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ level of verbosity of the ``OutputInterface`` instance:
150150 3/3 [============================] 100% 1 sec
151151
152152 # OutputInterface::VERBOSITY_VERY_VERBOSE (-vv)
153- 0/3 [>---------------------------] 0% 1 sec
154- 1/3 [=========>------------------] 33% 1 sec
155- 3/3 [============================] 100% 1 sec
153+ 0/3 [>---------------------------] 0% 1 sec/1 sec
154+ 1/3 [=========>------------------] 33% 1 sec/1 sec
155+ 3/3 [============================] 100% 1 sec/1 sec
156156
157157 # OutputInterface::VERBOSITY_DEBUG (-vvv)
158158 0/3 [>---------------------------] 0% 1 sec/1 sec 1.0 MB
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ methods described in :doc:`/service_container/definitions`.
341341.. note ::
342342
343343 Please note that the ``process() `` method in the extension class is
344- called during the optimization step. You can read
344+ called during the `` PassConfig::TYPE_BEFORE_OPTIMIZATION `` step. You can read
345345 :ref: `the next section <components-di-separate-compiler-passes >` if you
346346 need to edit the container during another step.
347347
You can’t perform that action at this time.
0 commit comments