8000 Add warning · symfony/symfony-docs@7cf9bf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cf9bf4

Browse files
committed
Add warning
1 parent d0cba72 commit 7cf9bf4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

bundles.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,12 @@ called ``AcmeTestBundle.php``::
6262

6363
.. versionadded:: 6.1
6464

65-
The ``AbstractBundle`` was introduced in Symfony 6.1. If your bundle must be compatible
66-
with previous Symfony versions you have to extend from the :class:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle`
67-
instead.
65+
The ``AbstractBundle`` was introduced in Symfony 6.1.
66+
67+
.. warning::
68+
69+
If your bundle must be compatible with previous Symfony versions you have to
70+
extend from the :class:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle` instead.
6871

6972
.. tip::
7073

0 commit comments

Comments
 (0)
0