Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
39 | public function attributes(): array |
||
40 | { |
||
41 | return [ |
||
42 | 'xmlns:cfdi' => 'http://www.sat.gob.mx/cfd/3', |
||
43 | 'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance', |
||
44 | 'xsi:schemaLocation' => 'http://www.sat.gob.mx/cfd/3 http://www.sat.gob.mx/sitio_internet/cfd/3/cfdv33.xsd', |
||
45 | 'Version' => $this->version, |
||
46 | ]; |
||
47 | } |
||
48 | } |
||
49 |