8000 [FrameworkBundle] Remove redundant `name` attribute from `default_con… · symfony/symfony@485b756 · GitHub
[go: up one dir, main page]

Skip to content

Commit 485b756

Browse files
committed
[FrameworkBundle] Remove redundant name attribute from default_context
1 parent d621936 commit 485b756

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
@@ -1116,7 +1116,6 @@ private function addSerializerSection(ArrayNodeDefinition $rootNode, callable $e
11161116
->end()
11171117
->arrayNode('default_context')
11181118
->normalizeKeys(false)
1119-
->useAttributeAsKey('name')
11201119
->beforeNormalization()
11211120
->ifTrue(fn () => $this->debug && class_exists(JsonParser::class))
11221121
->then(fn (array $v) => $v + [JsonDecode::DETAILED_ERROR_MESSAGES => true])

0 commit comments

Comments
 (0)
0