Skip to content

Commit 44f2388

Browse files
committed
Tweaks
1 parent 55fb2a8 commit 44f2388

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configuration.rst

+5-5
Original file line numberDiff line numberDiff 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

9090
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.
9393

9494
YAML is used by default when installing packages because it's concise and very
9595
readable. These are the main advantages and disadvantages of each format:

0 commit comments

Comments
 (0)