Commit d0cffd5
committed
minor symfony#20329 [Config] Fix the XML configuration example for enums (stof)
This PR was merged into the 6.4 branch.
Discussion
----------
[Config] Fix the XML configuration example for enums
There is no `type="enum"` in the XML file loader.
The bad example was introduced in symfony#17910. However, the issue it was fixing was about a change in Symfony for **PHP** config files only. The Yaml and XML file loaders don't have any dedicated syntax for enums (but of course, the Yaml component itself does, which is what is used in the Yaml example)
Commits
-------
2f00687 Fix the XML configuration example for enums1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments