From 049e5e98e903a65f8006e5f31db9274b8b71d3f1 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 2 Aug 2019 10:14:34 +0200 Subject: [PATCH] Improved some deprecation message --- bundles/inheritance.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundles/inheritance.rst b/bundles/inheritance.rst index 201b5f18fec..5720a944b88 100644 --- a/bundles/inheritance.rst +++ b/bundles/inheritance.rst @@ -4,10 +4,11 @@ How to Use Bundle Inheritance to Override Parts of a Bundle =========================================================== -.. caution:: +.. deprecated:: 3.4 Bundle inheritance is deprecated since Symfony 3.4 and will be removed in - 4.0. + 4.0, but you can :doc:`override any part of a bundle ` + without using bundle inheritance. When working with third-party bundles, you'll probably come across a situation where you want to override a file in that third-party bundle with a file