Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | class CancelOrderCommandPlugin extends AbstractAmazonpayCommandPlugin |
||
19 | { |
||
20 | /** |
||
21 | * @param array $salesOrderItems |
||
22 | * @param \Orm\Zed\Sales\Persistence\SpySalesOrder $orderEntity |
||
23 | * @param \Spryker\Zed\Oms\Business\Util\ReadOnlyArrayObject $data |
||
24 | * |
||
25 | * @return array |
||
26 | */ |
||
27 | public function run(array $salesOrderItems, SpySalesOrder $orderEntity, ReadOnlyArrayObject $data) |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @param \Generated\Shared\Transfer\AmazonpayCallTransfer $amazonpayCallTransfer |
||
43 | * @param \Spryker\Zed\Oms\Business\Util\ReadOnlyArrayObject $data |
||
44 | * |
||
45 | * @return void |
||
46 | */ |
||
47 | protected function cancelSalesOrder(AmazonpayCallTransfer $amazonpayCallTransfer, ReadOnlyArrayObject $data) |
||
56 |
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