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
parent
167dc216f3
commit
b5a061490e
|
@ -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\\.$#',
|
||||
|
|
Loading…
Reference in New Issue