File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Namespaces can be explicitly registered with the
167167
168168.. versionadded :: 4.4
169169
170- The method ``matches() `` was introduced in Symfony 4.4.
170+ The ``matches() `` method was introduced in Symfony 4.4.
171171
172172Verify if the current node matches a selector::
173173
@@ -206,9 +206,9 @@ Get all the direct child nodes matching a CSS selector::
206206
207207.. versionadded :: 4.4
208208
209- The method ``closest() `` was introduced in Symfony 4.4.
209+ The ``closest() `` method was introduced in Symfony 4.4.
210210
211- Get the first parents (heading toward the document root) of the Element that matches the provided selector.
211+ Get the first parents (heading toward the document root) of the Element that matches the provided selector::
212212
213213 $crawler->closest('p.lorem');
214214
@@ -356,7 +356,7 @@ and :phpclass:`DOMNode` objects::
356356
357357 .. versionadded :: 4.4
358358
359- The method ``outerHtml() `` was introduced in Symfony 4.4.
359+ The ``outerHtml() `` method was introduced in Symfony 4.4.
360360
361361 $html = $crawler->outerHtml();
362362
You can’t perform that action at this time.
0 commit comments