Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class PriceAggregate extends BasePriceProvider implements PriceProviderSignature |
||
21 | { |
||
22 | /** |
||
23 | * @inheritDoc |
||
24 | */ |
||
25 | protected function getBasePrice(UseCaseCommandInterface $command): float |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @inheritDoc |
||
36 | */ |
||
37 | public function getPrice(UseCaseCommandInterface $command): float |
||
42 |