Completed
Push — master ( b81036...d62670 )
by Andrii
05:59
created
src/action/ActionRepository.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\action\ActionInterface;
18 18
 use hiqdev\php\billing\action\ActionFactoryInterface;
19 19
 use hiqdev\php\billing\action\ActionQuery;
20
-use hiqdev\php\billing\sale\Sale;
21 20
 
22 21
 class ActionRepository 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
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use hiapi\db\HstoreExpression;
15 15
 use hiapi\components\ConnectionInterface;
16 16
 use hiapi\components\EntityManagerInterface;
17
-use hiapi\query\Specification;
18 17
 use hiapi\repositories\BaseRepository;
19 18
 use hiqdev\php\billing\charge\Charge;
20 19
 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
@@ -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.