File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22namespace PHPHtmlParser \Dom ;
33
4- use PHPHtmlParser \Selector ;
54use PHPHtmlParser \Exceptions \CircularException ;
65use PHPHtmlParser \Exceptions \ParentNotFoundException ;
6+ use PHPHtmlParser \Selector ;
77use stringEncode \Encode ;
88
99/**
Original file line number Diff line number Diff line change 11<?php
22namespace PHPHtmlParser \Dom ;
33
4- use Countable ;
54use ArrayAccess ;
65use ArrayIterator ;
6+ use Countable ;
77use IteratorAggregate ;
88use PHPHtmlParser \Exceptions \EmptyCollectionException ;
99
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function getSelectors()
4949 * node object.
5050 *
5151 * @param AbstractNode $node
52- * @return array| Collection
52+ * @return Collection
5353 */
5454 public function find (AbstractNode $ node )
5555 {
You can’t perform that action at this time.
0 commit comments