diff --git a/service_container/autowiring.rst b/service_container/autowiring.rst index 2925e769bdf..a27bf088d5b 100644 --- a/service_container/autowiring.rst +++ b/service_container/autowiring.rst @@ -614,7 +614,8 @@ logic about those arguments:: The ``#[Autowire]`` attribute can also be used for :ref:`parameters `, :doc:`complex expressions ` and even -:ref:`environment variables `:: +:ref:`environment variables ` , +:doc:`including env variable processors `:: // src/Service/MessageGenerator.php namespace App\Service; @@ -640,6 +641,10 @@ The ``#[Autowire]`` attribute can also be used for :ref:`parameters