Преглед изворни кода

disallow new handlers in subsequent configs

Johannes Schmitt пре 13 година
родитељ
комит
4892217a45
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      DependencyInjection/Configuration.php

+ 1 - 0
DependencyInjection/Configuration.php

@@ -65,6 +65,7 @@ class Configuration implements ConfigurationInterface
         $handlerNode = $builder
             ->arrayNode('handlers')
                 ->addDefaultsIfNotSet()
+                ->disallowNewKeysInSubsequentConfigs()
                 ->children()
         ;