Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
Remove obsolete default values in varnish node
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bohler committed Oct 30, 2012
1 parent 07d85c8 commit 5302868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -70,7 +70,6 @@ private function addVarnishSection(ArrayNodeDefinition $rootNode)
$rootNode
->children()
->arrayNode('varnish')
->addDefaultsIfNotSet()
->children()
->arrayNode('ips')
->beforeNormalization()->ifString()->then(function($v) { return preg_split('/\s*,\s*/', $v); })->end()
Expand Down

0 comments on commit 5302868

Please sign in to comment.