| Total Complexity | 4 | 
| Total Lines | 41 | 
| Duplicated Lines | 0 % | 
| Changes | 2 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php | ||
| 15 | class PayuCeeSingleMapper implements MapperInterface | ||
| 16 | { | ||
| 17 | /** | ||
| 18 | * @return string | ||
| 19 | */ | ||
| 20 | public function getMethodName(): string | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | ||
| 26 | * @param \Generated\Shared\Transfer\PaymentTransfer $paymentTransfer | ||
| 27 | * | ||
| 28 | * @return \Generated\Shared\Transfer\ComputopPayuCeeSinglePaymentTransfer|null | ||
| 29 | */ | ||
| 30 | public function getComputopTransfer(PaymentTransfer $paymentTransfer): ?TransferInterface | ||
| 31 |     { | ||
| 32 | return $paymentTransfer->getComputopPayuCeeSingle(); | ||
| 33 | } | ||
| 34 | |||
| 35 | /** | ||
| 36 | * @param \Generated\Shared\Transfer\PaymentTransfer $paymentTransfer | ||
| 37 | * | ||
| 38 | * @return \Generated\Shared\Transfer\ComputopPayuCeeSingleInitResponseTransfer|null | ||
| 39 | */ | ||
| 40 | public function getComputopResponseTransfer(PaymentTransfer $paymentTransfer): ?TransferInterface | ||
| 41 |     { | ||
| 42 | /** @var \Generated\Shared\Transfer\ComputopPayuCeeSinglePaymentTransfer $computopPayuCeeSinglePaymentTransfer */ | ||
| 43 | $computopPayuCeeSinglePaymentTransfer = $this->getComputopTransfer($paymentTransfer); | ||
| 44 | |||
| 45 | return $computopPayuCeeSinglePaymentTransfer->getPayuCeeSingleInitResponse(); | ||
| 46 | } | ||
| 47 | |||
| 48 | /** | ||
| 49 | * @param \Generated\Shared\Transfer\PaymentTransfer $paymentTransfer | ||
| 50 | * | ||
| 51 | * @return array | ||
| 52 | */ | ||
| 53 | public function getPaymentDetailsArray(PaymentTransfer $paymentTransfer): array | ||
| 56 | } | ||
| 57 | } | ||
| 58 | 
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