Skip to content

Commit 5a4ed96

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix tests on PHP 8.1 [Cache] Fix memory leak [Config] Add missing use statement in generated config builder classes [DependencyInjection] fix inlining when non-shared services are involved [FrameworkBundle] fix deprecation message [DoctrineBridge] add support for the JSON type [PHPUnitBridge] Fix Uncaught ValueError [HttpClient] Implement ResetInterface for all http clients [HttpKernel] allow ignoring kernel.reset methods that don't exist [FrameworkBundle] fix registering late resettable services [Validator] Missing translations for Greek (el) translate for japanese 101,102,103 Use symfony-*-bridge instead of symfony-bridge for component bridges Fix Loco Provider [HttpClient] Curl http client has to reinit curl multi handle on reset [SecurityBundle] Fix compat with symfony/security-core:^6 (ter) [Validator] Add Swedish translation for issue #43737
2 parents 3581aa1 + 23a59d4 commit 5a4ed96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Builder/ConfigBuilderGenerator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ private function buildSetExtraKey(ClassBuilder $class): void
431431
return;
432432
}
433433

434+
$class->addUse(ParamConfigurator::class);
435+
434436
$class->addProperty('_extraKeys');
435437

436438
$class->addMethod('set', '

0 commit comments

Comments
 (0)