| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 77.78% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php declare(strict_types = 1); |
||
| 10 | class MaskedCardNumberExtension implements ResponseExtensionHandler |
||
| 11 | { |
||
| 12 | |||
| 13 | public const NAME = 'maskClnRP'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param mixed[] $data |
||
| 17 | * @return MaskedCardNumberResponse |
||
| 18 | */ |
||
| 19 | 1 | public function createResponse(array $data): MaskedCardNumberResponse |
|
| 25 | ); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function getSignatureDataFormatter(): SignatureDataFormatter |
||
| 31 | } |
||
| 32 | |||
| 33 | 1 | private function parseExpiration(string $expiration): DateTimeImmutable |
|
| 39 |