Completed
Push — master ( 8b1836...4d4488 )
by Andrii
12:59
created
src/bill/BillHydrator.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -14,17 +14,11 @@
 block discarded – undo
14 14
 use hiqdev\billing\hiapi\models\Plan;
15 15
 use hiqdev\php\billing\bill\BillState;
16 16
 use hiqdev\php\billing\customer\Customer;
17
-use hiqdev\php\billing\formula\FormulaInterface;
18
-use hiqdev\php\billing\price\PriceFactoryInterface;
19 17
 use hiqdev\php\billing\target\Target;
20 18
 use hiqdev\php\billing\type\Type;
21 19
 use hiqdev\php\units\Quantity;
22
-use hiqdev\php\units\Unit;
23 20
 use hiqdev\yii\DataMapper\hydrator\GeneratedHydrator;
24
-use Money\Currency;
25 21
 use Money\Money;
26
-use yii\helpers\Json;
27
-use Zend\Hydrator\HydratorInterface;
28 22
 
29 23
 /**
30 24
  * Bill Hydrator.
Please login to merge, or discard this patch.