Skip to content

Commit 0c33fbb

Browse files
committed
[FrameworkBundle] Remove redundant name attribute from default_context
1 parent 4a870f8 commit 0c33fbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/Configuration.php

-1
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)