| 1 | <?php declare(strict_types=1); |
||
| 10 | final class Configuration implements ConfigurationInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritdoc} |
||
| 14 | */ |
||
| 15 | public function getConfigTreeBuilder() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param ArrayNodeDefinition $rootNode |
||
| 30 | * |
||
| 31 | * @return NodeDefinition |
||
| 32 | */ |
||
| 33 | private function addConfigurationNode(ArrayNodeDefinition $rootNode): NodeDefinition |
||
| 37 | } |
||
| 38 |