Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | abstract class AbstractPayolutionCommandPlugin extends AbstractPlugin |
||
14 | { |
||
15 | /** |
||
16 | * @param array $orderItems |
||
17 | * @param \Orm\Zed\Sales\Persistence\SpySalesOrder $orderEntity |
||
18 | * |
||
19 | * @return array |
||
20 | */ |
||
21 | protected function getPartialOrderItems(array $orderItems, SpySalesOrder $orderEntity): array |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @param \Orm\Zed\Sales\Persistence\SpySalesOrder $orderEntity |
||
32 | * |
||
33 | * @return \Generated\Shared\Transfer\OrderTransfer |
||
34 | */ |
||
35 | protected function getOrderTransfer(SpySalesOrder $orderEntity) |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * @param \Orm\Zed\Sales\Persistence\SpySalesOrder $orderEntity |
||
45 | * |
||
46 | * @return \Orm\Zed\Payolution\Persistence\SpyPaymentPayolution |
||
47 | */ |
||
48 | protected function getPaymentEntity(SpySalesOrder $orderEntity) |
||
55 |
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