File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ configuration options (see below for some usage examples).
6363Directory Structure
6464-------------------
6565
66- The basic directory structure of an AcmeBlogBundle must read as follows :
66+ The following is the recommended directory structure of an AcmeBlogBundle:
6767
6868.. code-block :: text
6969
@@ -84,11 +84,11 @@ The basic directory structure of an AcmeBlogBundle must read as follows:
8484
8585 .. versionadded :: 4.4
8686
87- This directory convention was introduced in Symfony 4.4 and can be used only when requiring
88- ``symfony/http-kernel `` 4.4 or superior.
87+ This directory convention was introduced in Symfony 4.4 and can be used only
88+ when requiring ``symfony/http-kernel `` 4.4 or superior.
8989
90-
91- and the bundle path must be adjusted to the root directory ::
90+ This directory structure requires to configure the bundle path to its root
91+ directory as follows ::
9292
9393 class AcmeBlogBundle extends Bundle
9494 {
You can’t perform that action at this time.
0 commit comments