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