The Needs Review Queue Bot โ tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- Status changed to Needs review
over 2 years ago 3:16pm 21 July 2023 - last update
over 2 years ago 29,840 pass - ๐จ๐ญSwitzerland berdir Switzerland
Rerolled, going back to a patch for now as I couldn't update the merge request.
Quite a few conflicts, because parameters were removed without fixing the underlying issue and added return types.
- Status changed to RTBC
over 2 years ago 1:10am 23 July 2023 - ๐บ๐ธUnited States smustgrave
Refactor looks good and didn't seem to break anything.
- last update
over 2 years ago 29,878 pass - Status changed to Needs work
over 2 years ago 9:39pm 24 July 2023 - ๐ฆ๐บAustralia larowlan ๐ฆ๐บ๐.au GMT+10
+++ b/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php @@ -389,10 +379,8 @@ protected function deleteLocaleTranslationData($config_name, $key, $source_value - protected function assertNoConfigOverride(string $config_name, string $langcode): void { ... + protected function assertNoConfigOverride($config_name, $langcode): void {Any reason we lost the type-hints here?