Skip to content

Commit 854bc9b

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Update translations for Norwegian Nynorsk (nn) #38756 Fix eventListener initialization when eventSubscriber constructor dispatch an event clear unchecked choice radio boxes even if clear missing is set to false [ErrorHandler] Added missing type annotations to FlattenException [TwigBridge] Allow version 3 of the Twig extra packages Fix FrameworkBundle PropertyAccess definition when not in debug
2 parents 4dae531 + 36481ae commit 854bc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ private function registerCacheConfiguration(array $config, ContainerBuilder $con
19971997

19981998
if (!$container->getParameter('kernel.debug')) {
19991999
$propertyAccessDefinition->setFactory([PropertyAccessor::class, 'createCache']);
2000-
$propertyAccessDefinition->setArguments([null, 0, $version, new Reference('logger', ContainerInterface::IGNORE_ON_INVALID_REFERENCE)]);
2000+
$propertyAccessDefinition->setArguments(['', 0, $version, new Reference('logger', ContainerInterface::IGNORE_ON_INVALID_REFERENCE)]);
20012001
$propertyAccessDefinition->addTag('cache.pool', ['clearer' => 'cache.system_clearer']);
20022002
$propertyAccessDefinition->addTag('monolog.logger', ['channel' => 'cache']);
20032003
} else {

0 commit comments

Comments
 (0)