Completed
Pull Request — master (#2)
by
unknown
07:02
created
src/Three.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace LVR\CountryCode;
4 4
 
5 5
 use Illuminate\Contracts\Validation\Rule;
6
-use League\ISO3166\Exception\DomainException;
7
-use League\ISO3166\Exception\InvalidArgumentException;
8 6
 use League\ISO3166\Exception\OutOfBoundsException;
9 7
 use League\ISO3166\ISO3166;
10 8
 
Please login to merge, or discard this patch.
src/Two.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace LVR\CountryCode;
4 4
 
5 5
 use Illuminate\Contracts\Validation\Rule;
6
-use League\ISO3166\Exception\DomainException;
7
-use League\ISO3166\Exception\InvalidArgumentException;
8 6
 use League\ISO3166\Exception\OutOfBoundsException;
9 7
 use League\ISO3166\ISO3166;
10 8
 
Please login to merge, or discard this patch.