Completed
Push — master ( 90565d...ef196c )
by Andrii
03:33
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
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use hiqdev\php\billing\order\OrderInterface;
23 23
 use hiqdev\php\billing\plan\Plan;
24 24
 use hiqdev\php\billing\plan\PlanInterface;
25
-use hiqdev\php\billing\price\PriceInterface;
26 25
 use hiqdev\php\billing\sale\SaleInterface;
27 26
 use hiqdev\php\billing\sale\SaleFactoryInterface;
28 27
 use hiqdev\php\billing\sale\SaleRepositoryInterface;
Please login to merge, or discard this patch.
src/vo/DateTimeImmutableRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 class DateTimeImmutableRepository extends BaseRepository
17 17
 {
18 18
     /**
19
-     * @param array $row
20 19
      * @return DateTimeImmutable
21 20
      */
22 21
     public function create($data)
Please login to merge, or discard this patch.
src/charge/Generalizer.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,13 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\billing\hiapi\charge;
4 4
 
5
-use DateTimeImmutable;
6
-use hiqdev\php\billing\bill\Bill;
7
-use hiqdev\php\billing\bill\BillInterface;
8 5
 use hiqdev\php\billing\charge\ChargeInterface;
9 6
 use hiqdev\php\billing\target\TargetInterface;
10
-use hiqdev\php\units\QuantityInterface;
11
-use Money\Money;
12 7
 
13 8
 /**
14 9
  * @author Andrii Vasyliev <[email protected]>
Please login to merge, or discard this patch.