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
362362in addition to the default locations. Symfony looks for the templates in the
363363following order:
364364
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.
369369
370370The values of the ``paths `` option are defined as ``key: value `` pairs where the
371371``value `` part can be ``null ``. For example:
You can’t perform that action at this time.
0 commit comments