| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class AdjustmentViewFactory implements AdjustmentViewFactoryInterface |
||
| 11 | { |
||
| 12 | /** @var string */ |
||
| 13 | protected $adjustmentViewClass; |
||
| 14 | |||
| 15 | public function __construct(string $adjustmentViewClass) |
||
| 18 | } |
||
| 19 | |||
| 20 | public function create(AdjustmentInterface $adjustment, int $additionalAmount): AdjustmentView |
||
| 31 |