Explorar el Código

move xml serialize_null config into doctype_whitelist config node

mattw hace 12 años
padre
commit
9be35346e6
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      DependencyInjection/Configuration.php

+ 0 - 7
DependencyInjection/Configuration.php

@@ -170,13 +170,6 @@ class Configuration implements ConfigurationInterface
                             ->arrayNode('doctype_whitelist')
                             ->arrayNode('doctype_whitelist')
                                 ->prototype('scalar')->end()
                                 ->prototype('scalar')->end()
                             ->end()
                             ->end()
-                        ->end()
-                    ->end()
-                ->end()
-                ->children()
-                    ->arrayNode('xml')
-                        ->addDefaultsIfNotSet()
-                        ->children()
                             ->booleanNode('serialize_null')->defaultFalse()->end()
                             ->booleanNode('serialize_null')->defaultFalse()->end()
                         ->end()
                         ->end()
                     ->end()
                     ->end()