Skip to content

Commit 151378f

Browse files
committed
Merge branch '4.4'
* 4.4: Remove duplicated !!set tag [#12225] fix a small typo
2 parents 2b3672a + a9001a1 commit 151378f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Get all the direct child nodes matching a CSS selector::
195195

196196
$crawler->filter('body')->children('p.lorem');
197197

198-
Get the first parents (heading toward the document root) of the element that matches the provided selector::
198+
Get the first parent (heading toward the document root) of the element that matches the provided selector::
199199

200200
$crawler->closest('p.lorem');
201201

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)