Skip to content

Commit 65c45de

Browse files
committed
Fix more generic types
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent fb68fa8 commit 65c45de

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
@@ -62,7 +62,7 @@ class Crawler implements \Countable, \IteratorAggregate
6262
private $document;
6363

6464
/**
65-
* @var \DOMNode[]
65+
* @var list<\DOMNode>
6666
*/
6767
private $nodes = [];
6868

0 commit comments

Comments
 (0)