|
@@ -14,8 +14,6 @@ use Symfony\Component\Config\Definition\ConfigurationInterface;
|
|
|
|
|
|
/**
|
|
|
* This is the class that validates and merges configuration from your app/config files
|
|
|
- *
|
|
|
- * To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html#cookbook-bundles-extension-config-class}
|
|
|
*/
|
|
|
class Configuration implements ConfigurationInterface
|
|
|
{
|
|
@@ -51,6 +49,7 @@ class Configuration implements ConfigurationInterface
|
|
|
->end()
|
|
|
->end()
|
|
|
->arrayNode('servers')
|
|
|
+ ->performNoDeepMerging()
|
|
|
->defaultValue(array(
|
|
|
'localhost' => array(
|
|
|
'hostname' => '127.0.0.1',
|