| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class Aggregator extends \hiqdev\php\billing\charge\Aggregator |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var TypeSemantics |
||
| 19 | */ |
||
| 20 | private $typeSemantics; |
||
| 21 | |||
| 22 | public function __construct(GeneralizerInterface $generalizer, TypeSemantics $typeSemantics) |
||
| 27 | } |
||
| 28 | |||
| 29 | protected function aggregateQuantity(BillInterface $first, BillInterface $other): QuantityInterface |
||
| 40 |