File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55use hiqdev \php \billing \product \behavior \BehaviorCollectionInterface ;
66
7- interface ParentNodeDefinitionInterface
7+ interface HasBehaviorsInterface
88{
99 public function withBehaviors (): BehaviorCollectionInterface ;
1010
Original file line number Diff line number Diff line change 88/**
99 * @template T of PriceTypeDefinitionCollectionInterface
1010 */
11- interface TariffTypeDefinitionInterface extends ParentNodeDefinitionInterface
11+ interface TariffTypeDefinitionInterface extends HasBehaviorsInterface
1212{
1313 public function tariffType (): TariffTypeInterface ;
1414
Original file line number Diff line number Diff line change 66use hiqdev \php \billing \product \Exception \AggregateNotDefinedException ;
77use hiqdev \php \billing \product \behavior \BehaviorPriceTypeDefinitionCollection ;
88use hiqdev \php \billing \product \invoice \InvoiceRepresentationCollection ;
9- use hiqdev \php \billing \product \ParentNodeDefinitionInterface ;
9+ use hiqdev \php \billing \product \HasBehaviorsInterface ;
1010use hiqdev \php \billing \product \quantity \InvalidQuantityFormatterException ;
1111use hiqdev \php \billing \product \quantity \QuantityFormatterDefinition ;
1212use hiqdev \php \billing \product \quantity \QuantityFormatterFactory ;
2121 * @template T of PriceTypeDefinitionCollectionInterface
2222 * @psalm-consistent-templates
2323 */
24- class PriceTypeDefinition implements ParentNodeDefinitionInterface
24+ class PriceTypeDefinition implements HasBehaviorsInterface
2525{
2626 private UnitInterface $ unit ;
2727
You can’t perform that action at this time.
0 commit comments