Skip to content

Commit 049e5e9

Browse files
committed
Improved some deprecation message
1 parent a728c69 commit 049e5e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bundles/inheritance.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
How to Use Bundle Inheritance to Override Parts of a Bundle
55
===========================================================
66

7-
.. caution::
7+
.. deprecated:: 3.4
88

99
Bundle inheritance is deprecated since Symfony 3.4 and will be removed in
10-
4.0.
10+
4.0, but you can :doc:`override any part of a bundle </bundles/override>`
11+
without using bundle inheritance.
1112

1213
When working with third-party bundles, you'll probably come across a situation
1314
where you want to override a file in that third-party bundle with a file

0 commit comments

Comments
 (0)