Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class BraintreeToShipmentClientBridge implements BraintreeToShipmentClientInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var \Spryker\Client\Shipment\ShipmentClientInterface |
||
18 | */ |
||
19 | protected $shipmentClient; |
||
20 | |||
21 | /** |
||
22 | * @param \Spryker\Client\Shipment\ShipmentClientInterface $shipmentClient |
||
23 | */ |
||
24 | public function __construct($shipmentClient) |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
31 | * |
||
32 | * @return \Generated\Shared\Transfer\ShipmentMethodsTransfer |
||
33 | */ |
||
34 | public function getAvailableMethods(QuoteTransfer $quoteTransfer): ShipmentMethodsTransfer |
||
52 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths