Skip to content

Commit 9478ddf

Browse files
Merge branch '5.2' into 5.3
* 5.2: Backport type fixes Fix CS Avoid triggering the autoloader in Deprecation::isLegacy() fix markdown markup Backport type fixes uzb translation [DependencyInjection] Fix doc blocks [DependencyInjection] Turn $defaultDeprecationTemplate into a constant [Form] better form doc types to support static analysis
2 parents 55fff62 + 69000c4 commit 9478ddf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Crawler.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,11 +1117,9 @@ public function getIterator()
11171117
}
11181118

11191119
/**
1120-
* @param \DOMElement $node
1121-
*
11221120
* @return array
11231121
*/
1124-
protected function sibling($node, string $siblingDir = 'nextSibling')
1122+
protected function sibling(\DOMNode $node, string $siblingDir = 'nextSibling')
11251123
{
11261124
$nodes = [];
11271125

0 commit comments

Comments
 (0)