Skip to content

Commit 69000c4

Browse files
Backport type fixes
1 parent 6854b52 commit 69000c4

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
@@ -1094,11 +1094,9 @@ public function getIterator()
10941094
}
10951095

10961096
/**
1097-
* @param \DOMElement $node
1098-
*
10991097
* @return array
11001098
*/
1101-
protected function sibling($node, string $siblingDir = 'nextSibling')
1099+
protected function sibling(\DOMNode $node, string $siblingDir = 'nextSibling')
11021100
{
11031101
$nodes = [];
11041102

0 commit comments

Comments
 (0)