Skip to content

Commit f71a850

Browse files
committed
[FrameworkBundle] Remove redundant name attribute from default_context
1 parent 4981859 commit f71a850

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,6 @@ private function addSerializerSection(ArrayNodeDefinition $rootNode, callable $e
11961196
->end()
11971197
->arrayNode('default_context')
11981198
->normalizeKeys(false)
1199-
->useAttributeAsKey('name')
12001199
->validate()
12011200
->ifTrue(fn () => $this->debug && class_exists(JsonParser::class))
12021201
->then(fn (array $v) => $v + [JsonDecode::DETAILED_ERROR_MESSAGES => true])

0 commit comments

Comments
 (0)