| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class RequestAmountCalculator implements RequestAmountCalculatorInterface |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @var \SprykerEco\Zed\Amazonpay\Dependency\Facade\AmazonpayToOmsInterface |
||
| 13 | */ |
||
| 14 | protected $omsFacade; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param \SprykerEco\Zed\Amazonpay\Dependency\Facade\AmazonpayToOmsInterface $omsFacade |
||
| 18 | */ |
||
| 19 | public function __construct(AmazonpayToOmsInterface $omsFacade) |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param \Orm\Zed\Sales\Persistence\SpySalesOrder $orderEntity |
||
| 26 | * @param string $itemsFlag |
||
| 27 | * |
||
| 28 | * @return bool |
||
| 29 | */ |
||
| 30 | public function shouldChargeShipping(SpySalesOrder $orderEntity, $itemsFlag) |
||
| 36 |
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