File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ shown in these three formats.
5959
6060.. note ::
6161
62- By default, Symfony only loads the configuration
63- files defined in YAML format. If you define configuration in XML and/or PHP
64- formats, update the ``src/Kernel.php `` file::
62+ By default, Symfony only loads the configuration files defined in YAML
63+ format. If you define configuration in XML and/or PHP formats, update the
64+ ``src/Kernel.php `` file::
6565
6666 // src/Kernel.php
6767 use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
@@ -88,8 +88,8 @@ shown in these three formats.
8888 }
8989
9090There isn't any practical difference between formats. In fact, Symfony
91- transforms all of them into PHP and caches them before running the application, so
92- there's not even any performance difference.
91+ transforms all of them into PHP and caches them before running the application,
92+ so there's not even any performance difference.
9393
9494YAML is used by default when installing packages because it's concise and very
9595readable. These are the main advantages and disadvantages of each format:
You can’t perform that action at this time.
0 commit comments