Skip to content

Commit 38f7eba

Browse files
committed
minor #21632 Update configuration formats mentioned in docs (vasilvestre)
This PR was merged into the 8.0 branch. Discussion ---------- Update configuration formats mentioned in docs Since XML is abandonned, there's only two formats now. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- e4874b9 Update configuration formats mentioned in docs
2 parents ace4493 + e4874b9 commit 38f7eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Configuration Formats
5555
Unlike other frameworks, Symfony doesn't impose a specific format on you to
5656
configure your applications, but lets you choose between YAML and PHP.
5757
Throughout the Symfony documentation, all configuration examples will be
58-
shown in these three formats.
58+
shown in these two formats.
5959

6060
There isn't any practical difference between formats. In fact, Symfony
6161
transforms all of them into PHP and caches them before running the application,

0 commit comments

Comments
 (0)