Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3849004

Browse files
committedDec 7, 2024··
Replaced caution blocks with warning
Fixes #20371 Both blocks are currently rendered identically. Keeping only one of the two makes it easier to contribute. Some blocks were elevated to danger.
1 parent 119c3df commit 3849004

File tree

143 files changed

+248
-246
lines changed

Some content is hidden

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

143 files changed

+248
-246
lines changed
 

‎.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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
@@ -63,7 +63,7 @@ Start by creating a new class called ``AcmeBlogBundle``::
6363
The :class:`Symfony\\Component\\HttpKernel\\Bundle\\AbstractBundle` was
6464
introduced in Symfony 6.1.
6565

66-
.. caution::
66+
.. warning::
6767

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

124124
.. _bundles-legacy-directory-structure:
125125

126-
.. caution::
126+
.. warning::
127127

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

0 commit comments

Comments
 (0)
Please sign in to comment.