8000 Fix compiler pass phase when extensions that implements CompilerPassI… · symfony/symfony-docs@0a255dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a255dc

Browse files
l-voOskarStark
authored andcommitted
Fix compiler pass phase when extensions that implements CompilerPassInterface are executed
1 parent a306de1 commit 0a255dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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