| Total Complexity | 23 |
| Total Lines | 165 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | /** |
||
| 13 | * Returns the configuration key. |
||
| 14 | */ |
||
| 15 | public function getKey(): string; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param EditableConfig $config The configuration object. |
||
| 19 | * @param array<mixed> $configuration The array containing the configuration values. |
||
| 20 | */ |
||
| 21 | public function validate(EditableConfig $config, array $configuration): void; |
||
| 22 | } |
||
| 23 |