Issue #3422977 follow-up by alexpott: Rename locale batch operation callbacks to match the API methods they call

(cherry picked from commit 151ef1820a)
merge-requests/10228/head
Alex Pott 2024-11-18 14:11:13 +00:00
parent 167dc216f3
commit b5a061490e
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 0 additions and 12 deletions

View File

@ -26464,18 +26464,6 @@ $ignoreErrors[] = [
'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\\.$#',