You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
$consents = array_merge([DefaultConsents::CONSENT_MARKETING => false, DefaultConsents::CONSENT_FUNCTIONAL => false, DefaultConsents::CONSENT_STATISTICAL => false], $config['consents']);
$container->setParameter('setono_consent.consents', $consents);
$alias = new Alias($config['consent_checker']);
- $alias->setDeprecated('setono/consent-bundle', '1.2', sprintf('The "%%alias_id%%" service is deprecated. You should use the "%s" alias instead.', ConsentCheckerInterface::class));
+
$container->setAlias('setono_consent.consent_checker.default', $alias);
$container->setAlias(ConsentCheckerInterface::class, $config['consent_checker']);
$loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../../config'));