From 151ef1820aa8ace136de09f9bb7e813d850221b4 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 18 Nov 2024 14:11:13 +0000
Subject: [PATCH] Issue #3422977 follow-up by alexpott: Rename locale batch
 operation callbacks to match the API methods they call

---
 core/.phpstan-baseline.php | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/core/.phpstan-baseline.php b/core/.phpstan-baseline.php
index 0587e3937e17..e8d91e46be61 100644
--- a/core/.phpstan-baseline.php
+++ b/core/.phpstan-baseline.php
@@ -26464,18 +26464,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/locale/locale.bulk.inc',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function locale_config_batch_refresh_name\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/locale/locale.bulk.inc',
-];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function locale_config_batch_set_config_langcodes\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/locale/locale.bulk.inc',
-];
 $ignoreErrors[] = [
 	// identifier: return.missing
 	'message' => '#^Function locale_config_batch_update_components\\(\\) should return array but return statement is missing\\.$#',
-- 
GitLab