| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class IndividualPrice extends AbstractAgenda |
||
| 17 | { |
||
| 18 | 1 | public function getImportRoot(): string |
|
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | 1 | public function getXML(): \SimpleXMLElement |
|
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | 1 | protected function configureOptions(OptionsResolver $resolver): void {} |
|
| 35 | } |
||
| 36 |