8000 Merge branch '3.4' into 4.3 · symfony/symfony-docs@6f38375 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f38375

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Remove duplicated !!set tag
2 parents 84a0f10 + 7f1c51d commit 6f38375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml/yaml_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The following YAML features are not supported by the Symfony Yaml component:
318318
* Multi-documents (``---`` and ``...`` markers);
319319
* Complex mapping keys and complex values starting with ``?``;
320320
* Tagged values as keys;
321-
* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!set`, `!!seq`,
321+
* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!seq`,
322322
`!!bool`, `!!int`, `!!merge`, `!!null`, `!!timestamp`, `!!value`, `!!yaml`;
323323
* Tags (``TAG`` directive; example: ``%TAG ! tag:example.com,2000:app/``)
324324
and tag references (example: ``!<tag:example.com,2000:app/foo>``);

0 commit comments

Comments
 (0)
0