Completed
Push — master ( e56fb9...80ed59 )
by Andrii
02:23
created
src/sale/SaleRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use hiqdev\php\billing\sale\SaleInterface;
18 18
 use hiqdev\php\billing\sale\SaleFactoryInterface;
19 19
 use hiqdev\php\billing\sale\SaleQuery;
20
-use hiqdev\php\billing\sale\Sale;
21 20
 
22 21
 class SaleRepository extends BaseRepository
23 22
 {
Please login to merge, or discard this patch.
src/charge/ChargeRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use hiqdev\yii\DataMapper\expressions\CallExpression;
14 14
 use hiqdev\yii\DataMapper\expressions\HstoreExpression;
15 15
 use hiqdev\yii\DataMapper\components\EntityManagerInterface;
16
-use hiqdev\yii\DataMapper\query\Specification;
17 16
 use hiqdev\yii\DataMapper\repositories\BaseRepository;
18 17
 use hiqdev\php\billing\charge\Charge;
19 18
 use hiqdev\php\billing\charge\ChargeFactoryInterface;
Please login to merge, or discard this patch.