We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0ed5 commit 3330fd5Copy full SHA for 3330fd5
components/dom_crawler.rst
@@ -625,13 +625,11 @@ Expanding URI
625
626
.. versionadded:: 5.1
627
628
- The UriExpander helper was added in Symfony 5.1.
+ The `UriExpander` helper was added in Symfony 5.1.
629
630
The :class:`Symfony\\Component\\DomCrawler\\UriExpander` class provides method
631
to expand a relative link::
632
633
- UriExpander::expand($uri, $currentUri);
634
- // For example:
635
UriExpander::expand('/foo', 'http://localhost/bar/foo/'); // => 'http://localhost/foo'
636
UriExpander::expand('?a=b', 'http://localhost/bar#foo'; // => 'http://localhost/bar?a=b'
637
UriExpander::expand('../../', 'http://localhost/'; // => http://localhost/'
0 commit comments