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