From ebc9e2830646932c90031b45226636a792b5d07e Mon Sep 17 00:00:00 2001 From: Alexandre HUON Date: Mon, 2 Sep 2019 08:03:54 +0200 Subject: [PATCH] Remove duplicated !!set tag "!!set" was present twice in the Unsupported features. --- components/yaml/yaml_format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index 45a7e3765ac..1cf4677fb73 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -322,7 +322,7 @@ The following YAML features are not supported by the Symfony Yaml component: * Multi-documents (``---`` and ``...`` markers); * Complex mapping keys and complex values starting with ``?``; * Tagged values as keys; -* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!set`, `!!seq`, +* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!seq`, `!!bool`, `!!int`, `!!merge`, `!!null`, `!!timestamp`, `!!value`, `!!yaml`; * Tags (``TAG`` directive; example: ``%TAG ! tag:example.com,2000:app/``) and tag references (example: ``!``);