@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace PHPHtmlParser; |
3 | 3 | |
4 | +use Countable; |
|
4 | 5 | use PHPHtmlParser\Dom\AbstractNode; |
5 | 6 | use PHPHtmlParser\Dom\Collection; |
6 | 7 | use PHPHtmlParser\Dom\InnerNode; |
7 | 8 | use PHPHtmlParser\Dom\LeafNode; |
8 | 9 | use PHPHtmlParser\Exceptions\ChildNotFoundException; |
9 | -use Countable; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * Class Selector |