Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class Paises extends AbstractCatalogIdentifiable |
||
16 | { |
||
17 | 1 | protected function catalogName(): string |
|
18 | { |
||
19 | 1 | return Repository::CFDI_40_PAISES; |
|
20 | } |
||
21 | |||
22 | /** |
||
23 | * @param array<string, mixed> $data |
||
24 | * @return Pais |
||
25 | */ |
||
26 | 1 | public function create(array $data): EntryIdentifiable |
|
35 | ); |
||
36 | } |
||
38 |