| Conditions | 2 |
| Paths | 2 |
| Total Lines | 16 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 35 | public function run(array $orderItems, SpySalesOrder $orderEntity, ReadOnlyArrayObject $data) |
||
| 36 | { |
||
| 37 | $orderTransfer = $this->getFactory() |
||
| 38 | ->getSalesFacade() |
||
| 39 | ->getOrderByIdSalesOrder($orderEntity->getIdSalesOrder()); |
||
| 40 | |||
| 41 | $payonePartialOperationTransfer = (new PayonePartialOperationRequestTransfer()) |
||
| 42 | ->setOrder($orderTransfer); |
||
| 43 | |||
| 44 | foreach ($orderItems as $orderItem) { |
||
| 45 | $payonePartialOperationTransfer->addSalesOrderItemId($orderItem->getIdSalesOrderItem()); |
||
| 46 | } |
||
| 47 | |||
| 48 | $this->getFacade()->executePartialCapture($payonePartialOperationTransfer); |
||
| 49 | |||
| 50 | return []; |
||
| 51 | } |
||
| 53 |
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