8000 Merge branch '3.4' into 4.4 · symfony/symfony-docs@a423250 · GitHub
[go: up one dir, main page]

Skip to content

Commit a423250

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fix compiler pass phase when extensions that implements CompilerPassInterface are executed fix: very_verbose mode shows estimated time
2 parents 5761624 + 4288b0f commit a423250

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/console/helpers/progressbar.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0