Completed
Push — master ( 4f917e...6497cd )
by Vuong
02:14 queued 01:01
created
src/Rules/IpVN.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,11 +8,11 @@
 block discarded – undo
8 8
 
9 9
 namespace PHPViet\Validation\Rules;
10 10
 
11
-use IPLib\Factory as IpFactory;
12
-use IPLib\Address\Type as IpType;
13
-use Respect\Validation\Rules\AbstractRule;
14 11
 use IPLib\Address\AddressInterface as IpInterface;
12
+use IPLib\Address\Type as IpType;
13
+use IPLib\Factory as IpFactory;
15 14
 use Respect\Validation\Exceptions\ComponentException;
15
+use Respect\Validation\Rules\AbstractRule;
16 16
 
17 17
 /**
18 18
  * @author Vuong Minh <[email protected]>
Please login to merge, or discard this patch.