@@ -81,25 +81,6 @@ Configuration examples should show all supported formats using
81
81
* **Validation **: YAML, Annotations, XML, PHP
82
82
* **Doctrine Mapping **: Annotations, YAML, XML, PHP
83
83
84
- Files and Directories
85
- ~~~~~~~~~~~~~~~~~~~~~
86
-
87
- * When referencing directories, always add a trailing slash to avoid confusions
88
- with regular files (e.g. *"execute the ``console`` script located at the ``app/``
89
- directory" *).
90
- * When referencing file extensions explicitly, you should include a leading dot
91
- for every extension (e.g. "*XML files use the ``.xml`` extension *").
92
- * When you list a Symfony file/directory hierarchy, use ``your-project/ `` as the
93
- top level directory. E.g.
94
-
95
- .. code-block :: text
96
-
97
- your-project/
98
- ├─ app/
99
- ├─ src/
100
- ├─ vendor/
101
- └─ ...
102
-
103
84
Example
104
85
~~~~~~~
105
86
@@ -133,6 +114,25 @@ Example
133
114
In YAML you should put a space after ``{ `` and before ``} `` (e.g. ``{ _controller: ... } ``),
134
115
but this should not be done in Twig (e.g. ``{'hello' : 'value'} ``).
135
116
117
+ Files and Directories
118
+ ---------------------
119
+
120
+ * When referencing directories, always add a trailing slash to avoid confusions
121
+ with regular files (e.g. "execute the ``console `` script located at the ``app/ ``
122
+ directory").
123
+ * When referencing file extensions explicitly, you should include a leading dot
124
+ for every extension (e.g. "XML files use the ``.xml `` extension").
125
+ * When you list a Symfony file/directory hierarchy, use ``your-project/ `` as the
126
+ top level directory. E.g.
127
+
128
+ .. code-block :: text
129
+
130
+ your-project/
131
+ ├─ app/
132
+ ├─ src/
133
+ ├─ vendor/
134
+ └─ ...
135
+
136
136
Language Standards
137
137
------------------
138
138
0 commit comments