Completed
Pull Request — master (#90)
by
unknown
14:30
created
src/PHPHtmlParser/Dom/AbstractNode.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 use PHPHtmlParser\Exceptions\CircularException;
5 5
 use PHPHtmlParser\Exceptions\ParentNotFoundException;
6
+use PHPHtmlParser\Finder;
6 7
 use PHPHtmlParser\Selector;
7 8
 use stringEncode\Encode;
8
-use PHPHtmlParser\Finder;
9 9
 
10 10
 /**
11 11
  * Dom node object.
Please login to merge, or discard this patch.