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.