The example provided in the [Development Versus Production: Environments](https://symfony.com/doc/current/quick_tour/the_architecture.html#development-versus-production-environments) section of the [The Architecture](https://symfony.com/doc/current/quick_tour/the_architecture.html) documentation page is outdated since it is using the old way of splitting the configuration per environment:  The default Symfony project created via the binary (or alternatives) is using the new single-file approach with `when@<environment>`. Can I proceed and create a PR that changes the example?