From b8e5964674c44fc7475e2743d743f914804f3780 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 14 Apr 2020 11:18:34 +0200 Subject: [PATCH] [DI] Removed an unneeded note about some parent services restrictions --- service_container/parent_services.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/service_container/parent_services.rst b/service_container/parent_services.rst index ee04e377238..666386c7654 100644 --- a/service_container/parent_services.rst +++ b/service_container/parent_services.rst @@ -150,12 +150,6 @@ be called when ``App\Repository\DoctrineUserRepository`` is instantiated. All attributes on the parent service are shared with the child **except** for ``shared``, ``abstract`` and ``tags``. These are *not* inherited from the parent. -.. note:: - - If you have a ``_defaults`` section in your file, all child services are required - to explicitly override those values to avoid ambiguity. You will see a clear - error message about this. - .. tip:: In the examples shown, the classes sharing the same configuration also