Преглед на файлове

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