From 50d65587704adb2ea47060a08ddf751e4bd1db56 Mon Sep 17 00:00:00 2001 From: sylus Date: Mon, 13 Nov 2023 14:40:55 -0500 Subject: [PATCH] feat(phpcs): Minor phpcs fixes --- modules/custom/wxt_core/wxt_core.install | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/custom/wxt_core/wxt_core.install b/modules/custom/wxt_core/wxt_core.install index df076706..93b6c49f 100644 --- a/modules/custom/wxt_core/wxt_core.install +++ b/modules/custom/wxt_core/wxt_core.install @@ -675,11 +675,11 @@ function wxt_core_update_8500() { * Setup CountryManager lists [#3111375]. */ function wxt_core_update_8501() { - // [#3399929] wxt_core_update_8502 in favour + // [#3399929] wxt_core_update_8502 } /** - * [#3399929] Change wxt_core countries config namespace. + * [#3399929] Change wxt_core countries config namespace. */ function wxt_core_update_8502() { $legacy = 'wxt_core_countries.settings'; @@ -696,7 +696,8 @@ function wxt_core_update_8502() { $config->save(); // Delete old data. $country_data->delete(); - } else { + } + else { $country_data = Yaml::parse(\file_get_contents($path)); $config = $config_factory->getEditable($updated); $config->setData($country_data);