Skip to content

Commit e2b02d7

Browse files
committed
minor #12079 Improved some deprecation message (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes #12079). Discussion ---------- Improved some deprecation message Some user complained on Symfony's Slack about this ... and he is right. The deprecation message in 4.x is useful: https://symfony.com/doc/4.3/bundles/inheritance.html But in 3.4 is not that useful: https://symfony.com/doc/3.4/bundles/inheritance.html Commits ------- 049e5e9 Improved some deprecation message
2 parents ac32140 + 049e5e9 commit e2b02d7

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)