File tree 1 file changed +5
-5
lines changed
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.
59
59
60
60
.. note ::
61
61
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::
65
65
66
66
// src/Kernel.php
67
67
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
@@ -88,8 +88,8 @@ shown in these three formats.
88
88
}
89
89
90
90
There 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.
93
93
94
94
YAML is used by default when installing packages because it's concise and very
95
95
readable. These are the main advantages and disadvantages of each format:
You can’t perform that action at this time.
0 commit comments