Unverified Commit b5a06149 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3422977 follow-up by alexpott: Rename locale batch operation callbacks...

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

(cherry picked from commit 151ef182)
parent 167dc216
Loading
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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\\.$#',