From fa3b822348410ac4144a53580ea61f4d8370834a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 11 Sep 2017 11:30:45 -0700 Subject: [PATCH] added a note about bundle inheritance deprecation --- bundles/inheritance.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundles/inheritance.rst b/bundles/inheritance.rst index 784d022f926..7a4f720289e 100644 --- a/bundles/inheritance.rst +++ b/bundles/inheritance.rst @@ -4,6 +4,11 @@ How to Use Bundle Inheritance to Override Parts of a Bundle =========================================================== +.. caution:: + + Bundle inheritance is deprecated since Symfony 3.4 and will be removed in + 4.0. + 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 in one of your own bundles. Symfony gives you a very convenient way to override