| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 41 | 2 | public function dataTable(): DataTable |
|
| 42 | { |
||
| 43 | 2 | return new DataTable('cfdi_40_monedas', new DataFields([ |
|
| 44 | 2 | new TextDataField('id'), |
|
| 45 | 2 | new TextDataField('texto'), |
|
| 46 | 2 | new IntegerDataField('decimales'), |
|
| 47 | 2 | new IntegerDataField('porcentaje_variacion'), |
|
| 48 | 2 | new DateDataField('vigencia_desde'), |
|
| 49 | 2 | new DateDataField('vigencia_hasta'), |
|
| 50 | ])); |
||
| 53 |