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