Passed
Pull Request — master (#5)
by Rodolfo
03:29
created
src/Validators/AllowedRecipientsValidatorSanitiser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Validation\Concerns\ValidatesAttributes;
6 6
 use libphonenumber\NumberParseException;
7
-use libphonenumber\PhoneNumberUtil;
8 7
 use libphonenumber\PhoneNumberFormat;
8
+use libphonenumber\PhoneNumberUtil;
9 9
 
10 10
 class AllowedRecipientsValidatorSanitiser
11 11
 {
Please login to merge, or discard this patch.