Skip to content

Commit 84ead23

Browse files
committedDec 7, 2024·
Merge remote-tracking branch 'origin/6.4' into 7.1
* origin/6.4: Replaced caution blocks with warning
2 parents ed9a5a7 + fdd5743 commit 84ead23

File tree

141 files changed

+246
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+246
-244
lines changed
 

‎.doctor-rst.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ rules:
2323
forbidden_directives:
2424
directives:
2525
- '.. index::'
26+
- '.. caution::'
2627
indention: ~
2728
lowercase_as_in_use_statements: ~
2829
max_blank_lines:

‎bundles.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Bundle System
44
=================
55

6-
.. caution::
6+
.. warning::
77

88
In Symfony versions prior to 4.0, it was recommended to organize your own
99
application code using bundles. This is :ref:`no longer recommended <best-practice-no-application-bundles>` and bundles
@@ -58,7 +58,7 @@ Start by creating a new class called ``AcmeBlogBundle``::
5858
{
5959
}
6060

61-
.. caution::
61+
.. warning::
6262

6363
If your bundle must be compatible with previous Symfony versions you have to
6464
extend from the :class:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle` instead.
@@ -118,7 +118,7 @@ to be adjusted if needed:
118118

119119
.. _bundles-legacy-directory-structure:
120120

121-
.. caution::
121+
.. warning::
122122

123123
The recommended bundle structure was changed in Symfony 5, read the
124124
`Symfony 4.4 bundle documentation`_ for information about the old

0 commit comments

Comments
 (0)
Please sign in to comment.