소스 검색

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()