File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -362,10 +362,10 @@ This option defines the directories where Symfony will look for Twig templates
362
362
in addition to the default locations. Symfony looks for the templates in the
363
363
following order:
364
364
365
- 1 . The directories defined in this option;
366
- 2 . The ``Resources/views/ `` directories of the bundles used in the application;
367
- 3 . The ``src/Resources/views/ `` directory of the application;
368
- 4 . The directory defined in the ``default_path `` option.
365
+ # . The directories defined in this option;
366
+ # . The ``Resources/views/ `` directories of the bundles used in the application;
367
+ # . The ``src/Resources/views/ `` directory of the application;
368
+ # . The directory defined in the ``default_path `` option.
369
369
370
370
The values of the ``paths `` option are defined as ``key: value `` pairs where the
371
371
``value `` part can be ``null ``. For example:
You can’t perform that action at this time.
0 commit comments