Completed
Push — master ( 9c7fd0...afc45c )
by Andrii
10:58
created
src/charge/ChargeRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,10 +14,8 @@
 block discarded – undo
14 14
 use hiqdev\yii\DataMapper\expressions\HstoreExpression;
15 15
 use hiqdev\yii\DataMapper\components\ConnectionInterface;
16 16
 use hiqdev\yii\DataMapper\components\EntityManagerInterface;
17
-use hiqdev\yii\DataMapper\query\Specification;
18 17
 use hiqdev\yii\DataMapper\repositories\BaseRepository;
19 18
 use hiqdev\php\billing\charge\Charge;
20
-use hiqdev\php\billing\charge\ChargeFactoryInterface;
21 19
 use hiqdev\php\billing\charge\GeneralizerInterface;
22 20
 use hiqdev\php\billing\sale\Sale;
23 21
 use yii\db\Query;
Please login to merge, or discard this patch.
src/plan/PlanRepository.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -12,17 +12,12 @@
 block discarded – undo
12 12
 
13 13
 use hiqdev\yii\DataMapper\models\relations\Bucket;
14 14
 use hiqdev\php\billing\plan\Plan;
15
-use hiqdev\php\billing\plan\PlanFactory;
16 15
 use hiqdev\php\billing\plan\PlanInterface;
17 16
 use hiqdev\php\billing\price\PriceInterface;
18
-use hiqdev\yii\DataMapper\components\ConnectionInterface;
19
-use hiqdev\yii\DataMapper\components\EntityManagerInterface;
20 17
 use hiqdev\yii\DataMapper\query\Specification;
21 18
 use hiqdev\yii\DataMapper\repositories\BaseRepository;
22 19
 use hiqdev\php\billing\action\ActionInterface;
23
-use hiqdev\php\billing\customer\Customer;
24 20
 use hiqdev\php\billing\order\OrderInterface;
25
-use hiqdev\php\billing\plan\PlanFactoryInterface;
26 21
 use hiqdev\php\billing\plan\PlanRepositoryInterface;
27 22
 use Yii;
28 23
 
Please login to merge, or discard this patch.
src/price/PriceHydrator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,10 +17,8 @@
 block discarded – undo
17 17
 use hiqdev\yii\DataMapper\hydrator\RootHydratorAwareTrait;
18 18
 use hiqdev\php\units\Unit;
19 19
 use hiqdev\php\units\Quantity;
20
-use hiqdev\yii2\collection\Model;
21 20
 use Money\Currency;
22 21
 use Money\Money;
23
-use Money\Number;
24 22
 use yii\helpers\Json;
25 23
 use Zend\Hydrator\HydratorInterface;
26 24
 
Please login to merge, or discard this patch.
src/repositories/BillRepository.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 hiqdev\yii\DataMapper\expressions\CallExpression;
15 15
 use hiqdev\yii\DataMapper\expressions\HstoreExpression;
16 16
 use hiqdev\php\billing\bill\BillInterface;
17
-use hiqdev\php\billing\bill\BillFactoryInterface;
18 17
 use hiqdev\php\billing\customer\Customer;
19 18
 use hiqdev\php\billing\target\Target;
20 19
 use hiqdev\php\billing\type\Type;
Please login to merge, or discard this patch.
src/sale/SaleRepository.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -11,11 +11,9 @@  discard block
 block discarded – undo
11 11
 namespace hiqdev\billing\hiapi\sale;
12 12
 
13 13
 use DateTimeImmutable;
14
-use hiqdev\yii\DataMapper\components\ConnectionInterface;
15 14
 use hiqdev\yii\DataMapper\models\relations\Bucket;
16 15
 use hiqdev\yii\DataMapper\expressions\CallExpression;
17 16
 use hiqdev\yii\DataMapper\expressions\HstoreExpression;
18
-use hiqdev\yii\DataMapper\components\EntityManagerInterface;
19 17
 use hiqdev\yii\DataMapper\query\Specification;
20 18
 use hiqdev\yii\DataMapper\repositories\BaseRepository;
21 19
 use hiqdev\php\billing\action\ActionInterface;
@@ -23,9 +21,7 @@  discard block
 block discarded – undo
23 21
 use hiqdev\php\billing\order\OrderInterface;
24 22
 use hiqdev\php\billing\plan\Plan;
25 23
 use hiqdev\php\billing\plan\PlanInterface;
26
-use hiqdev\php\billing\price\PriceInterface;
27 24
 use hiqdev\php\billing\sale\SaleInterface;
28
-use hiqdev\php\billing\sale\SaleFactoryInterface;
29 25
 use hiqdev\php\billing\sale\SaleRepositoryInterface;
30 26
 use hiqdev\php\billing\sale\Sale;
31 27
 use hiqdev\php\billing\target\Target;
Please login to merge, or discard this patch.