Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
17 | class Report extends AbstractAgenda |
||
18 | { |
||
19 | /** @var string[] */ |
||
20 | protected array $elements = ['id']; |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | 2 | public function getXML(): \SimpleXMLElement |
|
32 | } |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | 1 | protected function configureOptions(OptionsResolver $resolver): void |
|
46 |