| Conditions | 4 |
| Paths | 3 |
| Total Lines | 14 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | protected function executeHandlers(AmazonpayCallTransfer $amazonPayCallTransfer) |
||
| 34 | { |
||
| 35 | $amazonPayCallTransfer->getAmazonpayPayment()->setResponseHeader(null); |
||
| 36 | |||
| 37 | foreach ($this->transactionHandlers as $transactionHandler) { |
||
| 38 | $amazonPayCallTransfer = $transactionHandler->execute($amazonPayCallTransfer); |
||
| 39 | |||
| 40 | if ($amazonPayCallTransfer->getAmazonpayPayment()->getResponseHeader() && |
||
| 41 | !$amazonPayCallTransfer->getAmazonpayPayment()->getResponseHeader()->getIsSuccess()) { |
||
| 42 | break; |
||
| 43 | } |
||
| 44 | } |
||
| 45 | |||
| 46 | return $amazonPayCallTransfer; |
||
| 47 | } |
||
| 49 |
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