| Total Complexity | 2 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 17 | class Intrastat extends AbstractAgenda |
||
| 18 | { |
||
| 19 | /** @var string[] */ |
||
| 20 | protected array $elements = [ |
||
| 21 | 'goodsCode', |
||
| 22 | 'description', |
||
| 23 | 'statistic', |
||
| 24 | 'unit', |
||
| 25 | 'coefficient', |
||
| 26 | 'country', |
||
| 27 | ]; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | 9 | public function getXML(): \SimpleXMLElement |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | 2 | protected function configureOptions(OptionsResolver $resolver): void |
|
| 58 |