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