| Total Complexity | 2 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 12 | class AmazonPayToShipmentBridge implements AmazonPayToShipmentInterface  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * @var \Spryker\Client\Shipment\ShipmentClientInterface  | 
            ||
| 16 | */  | 
            ||
| 17 | protected $shipmentClient;  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * @param \Spryker\Client\Shipment\ShipmentClientInterface $shipmentClient  | 
            ||
| 21 | */  | 
            ||
| 22 | public function __construct($shipmentClient)  | 
            ||
| 25 | }  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer  | 
            ||
| 29 | *  | 
            ||
| 30 | * @return \Generated\Shared\Transfer\ShipmentMethodsCollectionTransfer  | 
            ||
| 31 | */  | 
            ||
| 32 | public function getAvailableMethodsByShipment(QuoteTransfer $quoteTransfer)  | 
            ||
| 37 |