Skip to content

Commit cd0b889

Browse files
rcousenswouterj
authored andcommitted
Fix spacing on third column
1 parent b853e52 commit cd0b889

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,20 @@ files are going to be part of the repository.
115115

116116
The following classes and files have specific emplacements:
117117

118-
=============================== ============================= ================
119-
Type Directory Location
120-
=============================== ============================= ================
121-
Commands ``Command/`` Mandatory
122-
Controllers ``Controller/`` Mandatory
123-
Service Container Extensions ``DependencyInjection/`` Mandatory
124-
Event Listeners ``EventListener/`` Convention
125-
Model classes [1] ``Model/`` Convention
126-
Configuration ``Resources/config/`` Mandatory
127-
Web Resources (CSS, JS, images) ``Resources/public/`` Mandatory
128-
Translation files ``Resources/translations/`` Mandatory
129-
Templates ``Resources/views/`` Mandatory
130-
Unit and Functional Tests ``Tests/`` Mandatory
131-
=============================== ============================= ================
118+
=============================== ============================= ================
119+
Type Directory Location
120+
=============================== ============================= ================
121+
Commands ``Command/`` Mandatory
122+
Controllers ``Controller/`` Mandatory
123+
Service Container Extensions ``DependencyInjection/`` Mandatory
124+
Event Listeners ``EventListener/`` Convention
125+
Model classes [1] ``Model/`` Convention
126+
Configuration ``Resources/config/`` Mandatory
127+
Web Resources (CSS, JS, images) ``Resources/public/`` Mandatory
128+
Translation files ``Resources/translations/`` Mandatory
129+
Templates ``Resources/views/`` Mandatory
130+
Unit and Functional Tests ``Tests/`` Mandatory
131+
=============================== ============================= ================
132132

133133
[1] See :doc:`/cookbook/doctrine/mapping_model_classes` for how to handle the
134134
mapping with a compiler pass.

0 commit comments

Comments
 (0)