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