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