Completed
Push — master ( e2bbf4...22330a )
by Andrii
04:35
created
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.
src/sale/SaleRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use hiqdev\php\billing\sale\SaleFactoryInterface;
19 19
 use hiqdev\php\billing\sale\SaleRepositoryInterface;
20 20
 use hiqdev\php\billing\sale\SaleQuery;
21
-use hiqdev\php\billing\sale\Sale;
22 21
 
23 22
 class SaleRepository extends BaseRepository implements SaleRepositoryInterface
24 23
 {
Please login to merge, or discard this patch.