Passed
Pull Request — master (#7)
by Alexander
05:14
created
src/Repositories/TokenRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@  discard block
 block discarded – undo
6 6
 use Wearesho\Yii\Exceptions\DeliveryLimitReachedException;
7 7
 use Wearesho\Yii\Exceptions\InvalidRecipientException;
8 8
 use Wearesho\Yii\Exceptions\InvalidTokenException;
9
-
10 9
 use Wearesho\Yii\Exceptions\ValidationException;
11 10
 use Wearesho\Yii\Interfaces\TokenableEntityInterface;
12 11
 use Wearesho\Yii\Interfaces\TokenGeneratorInterface;
@@ -14,7 +13,6 @@  discard block
 block discarded – undo
14 13
 use Wearesho\Yii\Interfaces\TokenRecordInterface;
15 14
 use Wearesho\Yii\Interfaces\TokenRepositoryInterface;
16 15
 use Wearesho\Yii\Interfaces\TokenRepositoryConfigInterface;
17
-
18 16
 use Wearesho\Delivery;
19 17
 
20 18
 /**
Please login to merge, or discard this patch.