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