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