Skip to content

Commit d559acd

Browse files
committed
Improved some deprecation message
1 parent a728c69 commit d559acd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundles/inheritance.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ How to Use Bundle Inheritance to Override Parts of a Bundle
77
.. caution::
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)