Skip to content

Commit 38a2f4a

Browse files
HP-1751 tiny
1 parent 9d12287 commit 38a2f4a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/product/TariffTypeDefinitionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace hiqdev\php\billing\product;
44

5+
use hiqdev\php\billing\product\behavior\HasBehaviorsInterface;
56
use hiqdev\php\billing\product\Domain\Model\TariffTypeInterface;
67
use hiqdev\php\billing\product\price\PriceTypeDefinitionCollectionInterface;
78

src/product/HasBehaviorsInterface.php renamed to src/product/behavior/HasBehaviorsInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace hiqdev\php\billing\product;
4-
5-
use hiqdev\php\billing\product\behavior\BehaviorCollectionInterface;
3+
namespace hiqdev\php\billing\product\behavior;
64

75
interface HasBehaviorsInterface
86
{

src/product/price/PriceTypeDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use hiqdev\php\billing\product\Exception\AggregateNotDefinedException;
77
use hiqdev\php\billing\product\behavior\BehaviorPriceTypeDefinitionCollection;
88
use hiqdev\php\billing\product\invoice\InvoiceRepresentationCollection;
9-
use hiqdev\php\billing\product\HasBehaviorsInterface;
9+
use hiqdev\php\billing\product\behavior\HasBehaviorsInterface;
1010
use hiqdev\php\billing\product\quantity\InvalidQuantityFormatterException;
1111
use hiqdev\php\billing\product\quantity\QuantityFormatterDefinition;
1212
use hiqdev\php\billing\product\quantity\QuantityFormatterFactory;

0 commit comments

Comments
 (0)