Skip to content

Commit 380a0f1

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [2.7] Fix tests pass triggerDeprecationError arg to parent class remove default null value for asset version remove duplicated value [DependencyInjection] simplify the BC layer Change couple of occurences of a public setUp() method to protected
2 parents 7bb7bdf + 013fc00 commit 380a0f1

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ private function addAssetsSection(ArrayNodeDefinition $rootNode)
600600
->fixXmlConfig('base_url')
601601
->children()
602602
->scalarNode('version')
603-
->defaultNull()
604603
->beforeNormalization()
605604
->ifTrue(function ($v) { return '' === $v; })
606605
->then(function ($v) { return; })

0 commit comments

Comments
 (0)