From 70d9a181abf5321807c9fd53acee198a1bbc0a5a Mon Sep 17 00:00:00 2001 From: Laurent VOULLEMIER Date: Sat, 25 Jan 2020 14:34:48 +0100 Subject: [PATCH] Fix compiler pass phase when extensions that implements CompilerPassInterface are executed --- components/dependency_injection/compilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/compilation.rst b/components/dependency_injection/compilation.rst index b5c3e9a996d..0c5660e8978 100644 --- a/components/dependency_injection/compilation.rst +++ b/components/dependency_injection/compilation.rst @@ -341,7 +341,7 @@ methods described in :doc:`/service_container/definitions`. .. note:: Please note that the ``process()`` method in the extension class is - called during the optimization step. You can read + called during the ``PassConfig::TYPE_BEFORE_OPTIMIZATION`` step. You can read :ref:`the next section ` if you need to edit the container during another step.