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