| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class RecyclingContrib extends AbstractAgenda |
||
| 19 | { |
||
| 20 | use SetNamespaceTrait; |
||
| 21 | |||
| 22 | /** @var string[] */ |
||
| 23 | protected array $refElements = ['recyclingContribType']; |
||
| 24 | |||
| 25 | /** @var string[] */ |
||
| 26 | protected array $elements = ['recyclingContribText', 'recyclingContribAmount', 'recyclingContribUnit', 'coefficientOfRecyclingContrib']; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 1 | protected function configureOptions(OptionsResolver $resolver): void |
|
| 43 |