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