ソースを参照

move xml serialize_null config into doctype_whitelist config node

mattw 12 年 前
コミット
9be35346e6
1 ファイル変更0 行追加7 行削除
  1. 0 7
      DependencyInjection/Configuration.php

+ 0 - 7
DependencyInjection/Configuration.php

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