1 | <?php |
||
19 | final class AdjustmentsByLabelAggregator implements AdjustmentsAggregatorInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function aggregate(array $adjustments) |
||
39 | |||
40 | /** |
||
41 | * @param mixed $adjustment |
||
42 | * |
||
43 | * @throws \InvalidArgumentException |
||
44 | */ |
||
45 | private function assertElementIsAdjustment($adjustment) |
||
51 | } |
||
52 |