From e4874b90257fb7baf855d5545dec589de332fe1c Mon Sep 17 00:00:00 2001 From: Valentin Silvestre Date: Wed, 10 Dec 2025 09:04:41 +0100 Subject: [PATCH] Update configuration formats mentioned in docs Since XML is abandonned, there's only two formats now. --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 812dd42b67f..deca902805d 100644 --- a/configuration.rst +++ b/configuration.rst @@ -55,7 +55,7 @@ Configuration Formats Unlike other frameworks, Symfony doesn't impose a specific format on you to configure your applications, but lets you choose between YAML and PHP. Throughout the Symfony documentation, all configuration examples will be -shown in these three formats. +shown in these two formats. There isn't any practical difference between formats. In fact, Symfony transforms all of them into PHP and caches them before running the application,