| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 7 | class PaymentProviderConfigIpay88Kh extends PaymentProviderConfig |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Generate validation configuration for payment method-specific configuration options. |
||
| 11 | * @return array Validation configuration |
||
| 12 | */ |
||
| 13 | // phpcs:ignore Inpsyde.CodeQuality.FunctionLength.TooLong |
||
| 14 | protected function paymentMethodConfigValidation(): array |
||
| 28 |