Total Complexity | 4 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
23 | class MyAddress extends AbstractAgenda |
||
24 | { |
||
25 | use Common\SetNamespaceTrait; |
||
26 | |||
27 | /** @var string[] */ |
||
28 | protected array $elements = ['address', 'establishment']; |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 28 | public function setData(array $data): parent |
|
49 | } |
||
50 | |||
51 | /** |
||
52 | * {@inheritdoc} |
||
53 | */ |
||
54 | 1 | protected function configureOptions(Common\OptionsResolver $resolver): void |
|
60 |