8000
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 b8f0fe9 commit 5db91a3Copy full SHA for 5db91a3
configuration.rst
@@ -69,7 +69,7 @@ readable. These are the main advantages and disadvantages of each format:
69
70
* **YAML**: simple, clean and readable, but not all IDEs support autocompletion
71
and validation for it. :doc:`Learn the YAML syntax </components/yaml/yaml_format>`;
72
-* **XML**:autocompleted/validated by most IDEs and is parsed natively by PHP,
+* **XML**: autocompleted/validated by most IDEs and is parsed natively by PHP,
73
but sometimes it generates configuration considered too verbose. `Learn the XML syntax`_;
74
* **PHP**: very powerful and it allows you to create dynamic configuration, but the
75
resulting configuration is less readable than the other formats.
0 commit comments