| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class QuoteUpdaterCollection implements QuoteUpdaterInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var \SprykerEco\Zed\AmazonPay\Business\Quote\QuoteUpdaterInterface[] |
||
| 16 | */ |
||
| 17 | protected $quoteUpdaters; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param \SprykerEco\Zed\AmazonPay\Business\Quote\QuoteUpdaterInterface[] $quoteUpdaters |
||
| 21 | */ |
||
| 22 | public function __construct(array $quoteUpdaters) |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 29 | * |
||
| 30 | * @return \Generated\Shared\Transfer\QuoteTransfer |
||
| 31 | */ |
||
| 32 | public function update(QuoteTransfer $quoteTransfer) |
||
| 41 |