We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9dd33 commit 1ba0b51Copy full SHA for 1ba0b51
configuration.rst
@@ -76,7 +76,7 @@ readable. These are the main advantages and disadvantages of each format:
76
77
* **YAML**: simple, clean and readable, but not all IDEs support autocompletion
78
and validation for it. :doc:`Learn the YAML syntax </components/yaml/yaml_format>`;
79
-* **XML**:autocompleted/validated by most IDEs and is parsed natively by PHP,
+* **XML**: autocompleted/validated by most IDEs and is parsed natively by PHP,
80
but sometimes it generates configuration considered too verbose. `Learn the XML syntax`_;
81
* **PHP**: very powerful and it allows you to create dynamic configuration with
82
arrays or a :ref:`ConfigBuilder <config-config-builder>`.
0 commit comments