| Total Complexity | 4 |
| Total Lines | 60 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class Configuration implements ConfigurationInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @psalm-suppress MixedMethodCall |
||
| 16 | * @psalm-suppress PossiblyUndefinedMethod |
||
| 17 | * @psalm-suppress PossiblyNullReference |
||
| 18 | */ |
||
| 19 | public function getConfigTreeBuilder(): TreeBuilder |
||
| 54 | } |
||
| 55 | |||
| 56 | /** |
||
| 57 | * @return \Closure |
||
| 58 | */ |
||
| 59 | private function createMiddlewareNormalizer(): callable |
||
| 75 |