Skip to content

Commit e0f6421

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix tests CS fix CS fix CS fix CS fixes Bump Symfony version to 5.3.4 Update VERSION for 5.3.3 Update CHANGELOG for 5.3.3 Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents c055dcc + 194246b commit e0f6421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Crawler implements \Countable, \IteratorAggregate
6868
/**
6969
* @param \DOMNodeList|\DOMNode|\DOMNode[]|string|null $node A Node to use as the base for the crawling
7070
*/
71-
public function __construct(\DOMNodeList|\DOMNode|array|string|null $node = null, string $uri = null, string $baseHref = null)
71+
public function __construct(\DOMNodeList|\DOMNode|array|string $node = null, string $uri = null, string $baseHref = null)
7272
{
7373
$this->uri = $uri;
7474
$this->baseHref = $baseHref ?: $uri;

0 commit comments

Comments
 (0)