| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | protected function createTransferWithUnencryptedValues(QuoteTransfer $quoteTransfer) |
||
| 25 | { |
||
| 26 | $computopPaymentTransfer = new ComputopSofortPaymentTransfer(); |
||
| 27 | |||
| 28 | $computopPaymentTransfer->setCapture( |
||
| 29 | $this->getCaptureType(ComputopConfig::PAYMENT_METHOD_SOFORT) |
||
| 30 | ); |
||
| 31 | $computopPaymentTransfer->setTransId($this->generateTransId($quoteTransfer)); |
||
| 32 | $computopPaymentTransfer->setUrlSuccess( |
||
| 33 | $this->router->generate(ComputopRouteProviderPlugin::SOFORT_SUCCESS, [], Router::ABSOLUTE_URL) |
||
| 34 | ); |
||
| 35 | $computopPaymentTransfer->setOrderDesc( |
||
| 36 | $this->computopApiService->getDescriptionValue($quoteTransfer->getItems()->getArrayCopy()) |
||
| 37 | ); |
||
| 38 | |||
| 39 | return $computopPaymentTransfer; |
||
| 40 | } |
||
| 42 |
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