Completed
Push — master ( 67a6a7...de6f2c )
by Vuong
01:19
created
src/Rules/IpVN.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
 
8 8
 namespace PHPViet\Validation\Rules;
9 9
 
10
-use IPLib\Factory as IpFactory;
11
-use IPLib\Address\Type as IpType;
12 10
 use IPLib\Address\AddressInterface as IpInterface;
11
+use IPLib\Address\Type as IpType;
12
+use IPLib\Factory as IpFactory;
13 13
 use Respect\Validation\Rules\AbstractRule;
14 14
 
15 15
 /**
Please login to merge, or discard this patch.