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:
150
150
3/3 [============================] 100% 1 sec
151
151
152
152
# 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
156
156
157
157
# OutputInterface::VERBOSITY_DEBUG (-vvv)
158
158
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`.
341
341
.. note ::
342
342
343
343
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
345
345
:ref: `the next section <components-di-separate-compiler-passes >` if you
346
346
need to edit the container during another step.
347
347
You can’t perform that action at this time.
0 commit comments