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