@@ -116,21 +116,21 @@ The following classes and files have specific emplacements (some are mandatory
116116and others are just conventions followed by most developers):
117117
118118=================================================== ========================================
119- Type Directory
119+ Type Directory
120120=================================================== ========================================
121- Commands ``Command/ ``
122- Controllers ``Controller/ ``
123- Service Container Extensions ``DependencyInjection/ ``
121+ Commands ``Command/ ``
122+ Controllers ``Controller/ ``
123+ Service Container Extensions ``DependencyInjection/ ``
124124Doctrine ORM entities (when not using annotations) ``Entity/ ``
125125Doctrine ODM documents (when not using annotations) ``Document/ ``
126- Event Listeners ``EventListener/ ``
127- Configuration ``Resources/config/ ``
128- Web Resources (CSS, JS, images) ``Resources/public/ ``
129- Translation files ``Resources/translations/ ``
126+ Event Listeners ``EventListener/ ``
127+ Configuration ``Resources/config/ ``
128+ Web Resources (CSS, JS, images) ``Resources/public/ ``
129+ Translation files ``Resources/translations/ ``
130130Validation (when not using annotations) ``Resources/config/validation/ ``
131131Serialization (when not using annotations) ``Resources/config/serialization/ ``
132- Templates ``Resources/views/ ``
133- Unit and Functional Tests ``Tests/ ``
132+ Templates ``Resources/views/ ``
133+ Unit and Functional Tests ``Tests/ ``
134134=================================================== ========================================
135135
136136Classes
@@ -174,19 +174,19 @@ the ``Tests/`` directory. Tests should follow the following principles:
174174
175175.. note ::
176176
177- A test suite must not contain ``AllTests.php `` scripts, but must rely on the
178- existence of a ``phpunit.xml.dist `` file.
177+ A test suite must not contain ``AllTests.php `` scripts, but must rely on the
178+ existence of a ``phpunit.xml.dist `` file.
179179
180180Documentation
181181-------------
182182
183183All classes and functions must come with full PHPDoc.
184184
185- Extensive documentation should also be provided in the ``Resources/doc/ ``
185+ Extensive documentation should also be provided in the ``Resources/doc/ ``
186186directory.
187- The index file (for example ``Resources/doc/index.rst `` or
188- ``Resources/doc/index.md ``) is the only mandatory file and must be the entry
189- point for the documentation. The
187+ The index file (for example ``Resources/doc/index.rst `` or
188+ ``Resources/doc/index.md ``) is the only mandatory file and must be the entry
189+ point for the documentation. The
190190:doc: `reStructuredText (rST) </contributing/documentation/format >` is the format
191191used to render the documentation on symfony.com.
192192
0 commit comments