| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 9 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | View Code Duplication | public function run(array $salesOrderItems, SpySalesOrder $orderEntity, ReadOnlyArrayObject $data) |
|
| 20 | { |
||
| 21 | $amazonpayCallTransfers = $this->groupSalesOrderItemsByCaptureId($salesOrderItems); |
||
| 22 | |||
| 23 | foreach ($amazonpayCallTransfers as $amazonpayCallTransfer) { |
||
| 24 | $this->getFacade()->updateCaptureStatus($amazonpayCallTransfer); |
||
| 25 | } |
||
| 26 | |||
| 27 | return []; |
||
| 28 | } |
||
| 31 |
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