Skip to content

Commit

Permalink
add defaultNull to version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewgRa committed Jan 25, 2016
1 parent 93d5bf7 commit 65adb72
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -554,6 +554,7 @@ private function addAssetsSection(ArrayNodeDefinition $rootNode)
->fixXmlConfig('base_url')
->children()
->scalarNode('version')
->defaultNull()
->beforeNormalization()
->ifTrue(function ($v) { return '' === $v; })
->then(function ($v) { return; })
Expand Down

0 comments on commit 65adb72

Please sign in to comment.