8000 [FrameworkBundle] Re-remove redundant name attribute from `default_co… · symfony/symfony@83fe767 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83fe767

Browse files
committed
[FrameworkBundle] Re-remove redundant name attribute from default_context
1 parent 6e7fe3e commit 83fe767

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
@@ -1118,7 +1118,6 @@ private function addSerializerSection(ArrayNodeDefinition $rootNode, callable $e
11181118
->end()
11191119
->arrayNode('default_context')
11201120
->normalizeKeys(false)
1121-
->useAttributeAsKey('name')
11221121
->validate()
11231122
->ifTrue(fn () => $this->debug && class_exists(JsonParser::class))
11241123
->then(fn (array $v) => $v + [JsonDecode::DETAILED_ERROR_MESSAGES => true])

0 commit comments

Comments
 (0)
0