| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | final class PaymentRequiredMapping extends AbstractApiProblemMapping |
||
| 13 | { |
||
| 14 | public function getClass(): string |
||
| 15 | { |
||
| 16 | return PaymentRequired::class; |
||
| 17 | 1 | } |
|
| 18 | |||
| 19 | 1 | /** |
|
| 20 | * @return NormalizationFieldMappingInterface[] |
||
| 21 | */ |
||
| 22 | public function getNormalizationFieldMappings(string $path): array |
||
| 29 | 1 | } |
|
| 30 | } |
||
| 31 |