From b041cd994bd59defb992145e0fbc6e8cb4dea020 Mon Sep 17 00:00:00 2001 From: nod_ Date: Thu, 30 Jan 2025 11:19:10 +0100 Subject: Issue #3497100 by quietone, smustgrave: Fix LineLength for @todo comments --- core/modules/config/tests/src/Functional/ConfigInstallWebTest.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core/modules/config') diff --git a/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php b/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php index f2089984da6..2859a4763b8 100644 --- a/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php +++ b/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php @@ -87,9 +87,10 @@ class ConfigInstallWebTest extends BrowserTestBase { $config_entity->set('label', 'Customized integration config label')->save(); // @todo FIXME: Setting config keys WITHOUT SAVING retains the changed config - // object in memory. Every new call to $this->config() MUST revert in-memory changes - // that haven't been saved! - // In other words: This test passes even without this reset, but it shouldn't. + // object in memory. Every new call to $this->config() MUST revert + // in-memory changes that haven't been saved! + // In other words: This test passes even without this reset, but it + // shouldn't. $this->container->get('config.factory')->reset(); // Disable and uninstall the integration module. -- cgit v1.2.3