From 9028e2693e9831aa919b43cef39ba869d228593b Mon Sep 17 00:00:00 2001
From: catch <6915-catch@users.noreply.drupalcode.org>
Date: Mon, 11 Nov 2024 21:18:02 +0000
Subject: [PATCH] Issue #3483040 by quietone: Add array return type to all
 hook_removed_post_updates implementations

---
 core/.phpstan-baseline.php                    | 246 ------------------
 core/lib/Drupal/Core/Extension/module.api.php |   2 +-
 .../modules/big_pipe/big_pipe.post_update.php |   2 +-
 core/modules/block/block.post_update.php      |   2 +-
 .../block_content.post_update.php             |   2 +-
 .../ckeditor5/ckeditor5.post_update.php       |   2 +-
 core/modules/comment/comment.post_update.php  |   2 +-
 core/modules/contact/contact.post_update.php  |   2 +-
 .../content_moderation.post_update.php        |   2 +-
 .../contextual/contextual.post_update.php     |   2 +-
 .../datetime_range.post_update.php            |   2 +-
 core/modules/dblog/dblog.post_update.php      |   2 +-
 core/modules/editor/editor.post_update.php    |   2 +-
 core/modules/field/field.post_update.php      |   2 +-
 core/modules/file/file.post_update.php        |   2 +-
 core/modules/filter/filter.post_update.php    |   2 +-
 core/modules/help/help.post_update.php        |   2 +-
 core/modules/image/image.post_update.php      |   2 +-
 .../modules/language/language.post_update.php |   2 +-
 .../layout_builder.post_update.php            |   2 +-
 .../layout_discovery.post_update.php          |   2 +-
 core/modules/locale/locale.post_update.php    |   2 +-
 core/modules/media/media.post_update.php      |   2 +-
 .../media_library.post_update.php             |   2 +-
 .../menu_link_content.post_update.php         |   2 +-
 core/modules/migrate/migrate.post_update.php  |   2 +-
 .../migrate_drupal.post_update.php            |   2 +-
 core/modules/node/node.post_update.php        |   2 +-
 core/modules/path/path.post_update.php        |   2 +-
 .../path_alias/path_alias.post_update.php     |   2 +-
 .../responsive_image.post_update.php          |   2 +-
 core/modules/rest/rest.post_update.php        |   2 +-
 core/modules/search/search.post_update.php    |   2 +-
 .../serialization.post_update.php             |   2 +-
 core/modules/system/system.post_update.php    |   2 +-
 .../update_test_postupdate.post_update.php    |   2 +-
 ...theme_depending_on_modules.post_update.php |   4 +-
 .../modules/taxonomy/taxonomy.post_update.php |   2 +-
 core/modules/text/text.post_update.php        |   2 +-
 core/modules/user/user.post_update.php        |   2 +-
 core/modules/views/views.post_update.php      |   2 +-
 .../workspaces/workspaces.post_update.php     |   2 +-
 .../Tests/Core/Update/UpdateRegistryTest.php  |   6 +-
 core/themes/olivero/olivero.post_update.php   |   2 +-
 44 files changed, 46 insertions(+), 292 deletions(-)

diff --git a/core/.phpstan-baseline.php b/core/.phpstan-baseline.php
index ffdd7c6113d0..7552ec477a50 100644
--- a/core/.phpstan-baseline.php
+++ b/core/.phpstan-baseline.php
@@ -12340,12 +12340,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/big_pipe/big_pipe.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function big_pipe_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/big_pipe/big_pipe.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\big_pipe\\\\EventSubscriber\\\\HtmlResponseBigPipeSubscriber\\:\\:onRespond\\(\\) has no return type specified\\.$#',
@@ -12586,12 +12580,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/block/block.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function block_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/block/block.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\block\\\\BlockAccessControlHandler\\:\\:mergeCacheabilityFromConditions\\(\\) has no return type specified\\.$#',
@@ -13048,12 +13036,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/block_content/block_content.pages.inc',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function block_content_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/block_content/block_content.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\block_content\\\\Access\\\\AccessGroupAnd\\:\\:addDependency\\(\\) has no return type specified\\.$#',
@@ -13630,12 +13612,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/ckeditor5/ckeditor5.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function ckeditor5_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/ckeditor5/ckeditor5.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\ckeditor5\\\\Annotation\\\\CKEditor5Plugin\\:\\:setClass\\(\\) has no return type specified\\.$#',
@@ -14524,12 +14500,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/comment/comment.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function comment_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/comment/comment.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function comment_token_info\\(\\) has no return type specified\\.$#',
@@ -16528,12 +16498,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/contact/contact.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function contact_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/contact/contact.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function contact_views_data_alter\\(\\) has no return type specified\\.$#',
@@ -17176,12 +17140,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/content_moderation/content_moderation.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function content_moderation_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/content_moderation/content_moderation.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function content_moderation_views_data\\(\\) has no return type specified\\.$#',
@@ -19018,12 +18976,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/contextual/contextual.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function contextual_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/contextual/contextual.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function contextual_views_data_alter\\(\\) has no return type specified\\.$#',
@@ -19252,12 +19204,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/datetime_range/datetime_range.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function datetime_range_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/datetime_range/datetime_range.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function datetime_range_field_views_data\\(\\) has no return type specified\\.$#',
@@ -19366,12 +19312,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/dblog/dblog.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function dblog_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/dblog/dblog.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function dblog_views_data\\(\\) has no return type specified\\.$#',
@@ -19636,12 +19576,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/editor/editor.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function editor_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/editor/editor.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\editor\\\\Ajax\\\\EditorDialogSave\\:\\:render\\(\\) has no return type specified\\.$#',
@@ -19894,12 +19828,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/field/field.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function field_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/field/field.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function field_purge_batch\\(\\) has no return type specified\\.$#',
@@ -21850,12 +21778,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/file/file.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function file_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/file/file.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function file_field_views_data\\(\\) has no return type specified\\.$#',
@@ -23068,12 +22990,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/filter/filter.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function filter_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/filter/filter.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\filter\\\\Element\\\\TextFormat\\:\\:currentUser\\(\\) has no return type specified\\.$#',
@@ -23458,12 +23374,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/help/help.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function help_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/help/help.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\help\\\\HelpSectionManager\\:\\:clearCachedDefinitions\\(\\) has no return type specified\\.$#',
@@ -23872,12 +23782,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/image/image.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function image_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/image/image.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function image_field_views_data\\(\\) has no return type specified\\.$#',
@@ -25690,12 +25594,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/language/language.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function language_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/language/language.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\language\\\\Config\\\\LanguageConfigFactoryOverride\\:\\:addCollections\\(\\) has no return type specified\\.$#',
@@ -26770,12 +26668,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/layout_builder/layout_builder.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function layout_builder_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/layout_builder/layout_builder.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function layout_builder_expose_all_field_blocks_help\\(\\) has no return type specified\\.$#',
@@ -28168,12 +28060,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/layout_discovery/layout_discovery.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function layout_discovery_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/layout_discovery/layout_discovery.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\Tests\\\\layout_discovery\\\\Kernel\\\\LayoutTest\\:\\:processCallback\\(\\) has no return type specified\\.$#',
@@ -28684,12 +28570,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/locale/locale.pages.inc',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function locale_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/locale/locale.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function locale_cron_fill_queue\\(\\) has no return type specified\\.$#',
@@ -29536,12 +29416,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/media/media.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function media_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/media/media.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\media\\\\Controller\\\\MediaFilterController\\:\\:checkCsrf\\(\\) has no return type specified\\.$#',
@@ -30598,12 +30472,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/media_library/media_library.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function media_library_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/media_library/media_library.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function media_library_views_data\\(\\) has no return type specified\\.$#',
@@ -31078,12 +30946,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/menu_link_content/menu_link_content.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function menu_link_content_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/menu_link_content/menu_link_content.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\menu_link_content\\\\Entity\\\\MenuLinkContent\\:\\:postSave\\(\\) has no return type specified\\.$#',
@@ -31618,12 +31480,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/migrate/migrate.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function migrate_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/migrate/migrate.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\migrate\\\\Annotation\\\\MigrateSource\\:\\:setProviders\\(\\) has no return type specified\\.$#',
@@ -32762,12 +32618,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/migrate_drupal/migrate_drupal.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function migrate_drupal_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/migrate_drupal/migrate_drupal.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\migrate_drupal\\\\FieldDiscovery\\:\\:addAllFieldProcesses\\(\\) has no return type specified\\.$#',
@@ -34332,12 +34182,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/node/node.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function node_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/node/node.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function node_token_info\\(\\) has no return type specified\\.$#',
@@ -36516,12 +36360,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/path/path.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function path_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/path/path.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\path\\\\Form\\\\PathFilterForm\\:\\:resetForm\\(\\) has no return type specified\\.$#',
@@ -36690,12 +36528,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function path_alias_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/path_alias/path_alias.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\path_alias\\\\AliasManager\\:\\:cacheClear\\(\\) has no return type specified\\.$#',
@@ -37158,12 +36990,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/responsive_image/responsive_image.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function responsive_image_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/responsive_image/responsive_image.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: empty.variable
 	'message' => '#^Variable \\$responsive_image_styles in empty\\(\\) always exists and is not falsy\\.$#',
@@ -37302,12 +37128,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/rest/rest.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function rest_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/rest/rest.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\rest\\\\Entity\\\\ConfigDependencies\\:\\:create\\(\\) has no return type specified\\.$#',
@@ -38052,12 +37872,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/search/search.post_update.php',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function search_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/search/search.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\search\\\\Entity\\\\SearchPage\\:\\:postCreate\\(\\) has no return type specified\\.$#',
@@ -38724,12 +38538,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/serialization/serialization.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function serialization_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/serialization/serialization.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\serialization\\\\Encoder\\\\XmlEncoder\\:\\:setBaseEncoder\\(\\) has no return type specified\\.$#',
@@ -40680,12 +40488,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/system/system.post_update.php',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function system_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/system/system.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function system_token_info\\(\\) has no return type specified\\.$#',
@@ -45861,12 +45663,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function update_test_postupdate_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function update_test_schema_requirements\\(\\) has no return type specified\\.$#',
@@ -48009,12 +47805,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function test_theme_depending_on_modules_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function test_theme_nyan_cat_engine_preprocess_theme_test_template_test\\(\\) has no return type specified\\.$#',
@@ -48579,12 +48369,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/taxonomy/taxonomy.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function taxonomy_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/taxonomy/taxonomy.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function taxonomy_token_info\\(\\) has no return type specified\\.$#',
@@ -49323,12 +49107,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/text/text.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function text_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/text/text.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Method Drupal\\\\toolbar\\\\Ajax\\\\SetSubtreesCommand\\:\\:render\\(\\) has no return type specified\\.$#',
@@ -51783,12 +51561,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/user/user.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function user_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/user/user.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function user_token_info\\(\\) has no return type specified\\.$#',
@@ -60291,12 +60063,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/views/views.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function views_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/views/views.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function template_preprocess_views_exposed_form\\(\\) has no return type specified\\.$#',
@@ -63483,12 +63249,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/modules/workspaces/workspaces.module',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function workspaces_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/modules/workspaces/workspaces.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function demo_umami_requirements\\(\\) has no return type specified\\.$#',
@@ -71288,12 +71048,6 @@
 	'count' => 1,
 	'path' => __DIR__ . '/themes/engines/twig/twig.engine',
 ];
-$ignoreErrors[] = [
-	// identifier: missingType.return
-	'message' => '#^Function olivero_removed_post_updates\\(\\) has no return type specified\\.$#',
-	'count' => 1,
-	'path' => __DIR__ . '/themes/olivero/olivero.post_update.php',
-];
 $ignoreErrors[] = [
 	// identifier: missingType.return
 	'message' => '#^Function olivero_element_info_alter\\(\\) has no return type specified\\.$#',
diff --git a/core/lib/Drupal/Core/Extension/module.api.php b/core/lib/Drupal/Core/Extension/module.api.php
index 2d54002a5f69..d33cdd27ef1d 100644
--- a/core/lib/Drupal/Core/Extension/module.api.php
+++ b/core/lib/Drupal/Core/Extension/module.api.php
@@ -922,7 +922,7 @@ function hook_post_update_NAME(&$sandbox) {
  *
  * @see hook_post_update_NAME()
  */
-function hook_removed_post_updates() {
+function hook_removed_post_updates(): array {
   return [
     'my_module_post_update_foo' => '8.x-2.0',
     'my_module_post_update_bar' => '8.x-3.0',
diff --git a/core/modules/big_pipe/big_pipe.post_update.php b/core/modules/big_pipe/big_pipe.post_update.php
index 0e3282fb5d9a..29df6fe0ff84 100644
--- a/core/modules/big_pipe/big_pipe.post_update.php
+++ b/core/modules/big_pipe/big_pipe.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function big_pipe_removed_post_updates() {
+function big_pipe_removed_post_updates(): array {
   return [
     'big_pipe_post_update_html5_placeholders' => '11.0.0',
   ];
diff --git a/core/modules/block/block.post_update.php b/core/modules/block/block.post_update.php
index 29004ed58536..d1fd8e5344a4 100644
--- a/core/modules/block/block.post_update.php
+++ b/core/modules/block/block.post_update.php
@@ -11,7 +11,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function block_removed_post_updates() {
+function block_removed_post_updates(): array {
   return [
     'block_post_update_disable_blocks_with_missing_contexts' => '9.0.0',
     'block_post_update_disabled_region_update' => '9.0.0',
diff --git a/core/modules/block_content/block_content.post_update.php b/core/modules/block_content/block_content.post_update.php
index 95939311db8e..592b3ee97147 100644
--- a/core/modules/block_content/block_content.post_update.php
+++ b/core/modules/block_content/block_content.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function block_content_removed_post_updates() {
+function block_content_removed_post_updates(): array {
   return [
     'block_content_post_update_add_views_reusable_filter' => '9.0.0',
     'block_content_post_update_entity_changed_constraint' => '11.0.0',
diff --git a/core/modules/ckeditor5/ckeditor5.post_update.php b/core/modules/ckeditor5/ckeditor5.post_update.php
index f9b4e846c16d..db795a147d09 100644
--- a/core/modules/ckeditor5/ckeditor5.post_update.php
+++ b/core/modules/ckeditor5/ckeditor5.post_update.php
@@ -10,7 +10,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function ckeditor5_removed_post_updates() {
+function ckeditor5_removed_post_updates(): array {
   return [
     'ckeditor5_post_update_alignment_buttons' => '10.0.0',
     'ckeditor5_post_update_image_toolbar_item' => '11.0.0',
diff --git a/core/modules/comment/comment.post_update.php b/core/modules/comment/comment.post_update.php
index 2c07518c49c3..9c49d3645f77 100644
--- a/core/modules/comment/comment.post_update.php
+++ b/core/modules/comment/comment.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function comment_removed_post_updates() {
+function comment_removed_post_updates(): array {
   return [
     'comment_post_update_enable_comment_admin_view' => '9.0.0',
     'comment_post_update_add_ip_address_setting' => '9.0.0',
diff --git a/core/modules/contact/contact.post_update.php b/core/modules/contact/contact.post_update.php
index a04a58ef15bc..9e8f3e62c4f4 100644
--- a/core/modules/contact/contact.post_update.php
+++ b/core/modules/contact/contact.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function contact_removed_post_updates() {
+function contact_removed_post_updates(): array {
   return [
     'contact_post_update_add_message_redirect_field_to_contact_form' => '9.0.0',
     'contact_post_update_set_empty_default_form_to_null' => '11.0.0',
diff --git a/core/modules/content_moderation/content_moderation.post_update.php b/core/modules/content_moderation/content_moderation.post_update.php
index 57a61b629f42..7456b2b446b8 100644
--- a/core/modules/content_moderation/content_moderation.post_update.php
+++ b/core/modules/content_moderation/content_moderation.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function content_moderation_removed_post_updates() {
+function content_moderation_removed_post_updates(): array {
   return [
     'content_moderation_post_update_update_cms_default_revisions' => '9.0.0',
     'content_moderation_post_update_set_default_moderation_state' => '9.0.0',
diff --git a/core/modules/contextual/contextual.post_update.php b/core/modules/contextual/contextual.post_update.php
index 721291558546..1e4c53e8bb89 100644
--- a/core/modules/contextual/contextual.post_update.php
+++ b/core/modules/contextual/contextual.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function contextual_removed_post_updates() {
+function contextual_removed_post_updates(): array {
   return [
     'contextual_post_update_fixed_endpoint_and_markup' => '9.0.0',
   ];
diff --git a/core/modules/datetime_range/datetime_range.post_update.php b/core/modules/datetime_range/datetime_range.post_update.php
index 130449fba730..c19f84323746 100644
--- a/core/modules/datetime_range/datetime_range.post_update.php
+++ b/core/modules/datetime_range/datetime_range.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function datetime_range_removed_post_updates() {
+function datetime_range_removed_post_updates(): array {
   return [
     'datetime_range_post_update_translatable_separator' => '9.0.0',
     'datetime_range_post_update_views_string_plugin_id' => '9.0.0',
diff --git a/core/modules/dblog/dblog.post_update.php b/core/modules/dblog/dblog.post_update.php
index 9fa7a0c2fe6a..226b1f468d0a 100644
--- a/core/modules/dblog/dblog.post_update.php
+++ b/core/modules/dblog/dblog.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function dblog_removed_post_updates() {
+function dblog_removed_post_updates(): array {
   return [
     'dblog_post_update_convert_recent_messages_to_view' => '9.0.0',
   ];
diff --git a/core/modules/editor/editor.post_update.php b/core/modules/editor/editor.post_update.php
index 981db58ad5e7..b5669176f7d7 100644
--- a/core/modules/editor/editor.post_update.php
+++ b/core/modules/editor/editor.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function editor_removed_post_updates() {
+function editor_removed_post_updates(): array {
   return [
     'editor_post_update_clear_cache_for_file_reference_filter' => '9.0.0',
     'editor_post_update_image_lazy_load' => '11.0.0',
diff --git a/core/modules/field/field.post_update.php b/core/modules/field/field.post_update.php
index 1535c477e256..3af41a483b1c 100644
--- a/core/modules/field/field.post_update.php
+++ b/core/modules/field/field.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function field_removed_post_updates() {
+function field_removed_post_updates(): array {
   return [
     'field_post_update_save_custom_storage_property' => '9.0.0',
     'field_post_update_entity_reference_handler_setting' => '9.0.0',
diff --git a/core/modules/file/file.post_update.php b/core/modules/file/file.post_update.php
index 3d693cff1513..1c40f237edd1 100644
--- a/core/modules/file/file.post_update.php
+++ b/core/modules/file/file.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function file_removed_post_updates() {
+function file_removed_post_updates(): array {
   return [
     'file_post_update_add_txt_if_allows_insecure_extensions' => '10.0.0',
     'file_post_update_add_permissions_to_roles' => '11.0.0',
diff --git a/core/modules/filter/filter.post_update.php b/core/modules/filter/filter.post_update.php
index 5e980574c299..8c4d91265e24 100644
--- a/core/modules/filter/filter.post_update.php
+++ b/core/modules/filter/filter.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function filter_removed_post_updates() {
+function filter_removed_post_updates(): array {
   return [
     'filter_post_update_sort_filters' => '11.0.0',
     'filter_post_update_consolidate_filter_config' => '11.0.0',
diff --git a/core/modules/help/help.post_update.php b/core/modules/help/help.post_update.php
index 80828aaa9433..3ba3b663a828 100644
--- a/core/modules/help/help.post_update.php
+++ b/core/modules/help/help.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function help_removed_post_updates() {
+function help_removed_post_updates(): array {
   return [
     'help_post_update_help_topics_search' => '11.0.0',
     'help_post_update_help_topics_uninstall' => '11.0.0',
diff --git a/core/modules/image/image.post_update.php b/core/modules/image/image.post_update.php
index 9046ce55a7fe..28182fec0d8f 100644
--- a/core/modules/image/image.post_update.php
+++ b/core/modules/image/image.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function image_removed_post_updates() {
+function image_removed_post_updates(): array {
   return [
     'image_post_update_image_style_dependencies' => '9.0.0',
     'image_post_update_scale_and_crop_effect_add_anchor' => '9.0.0',
diff --git a/core/modules/language/language.post_update.php b/core/modules/language/language.post_update.php
index 47defe12db70..350d83cfc682 100644
--- a/core/modules/language/language.post_update.php
+++ b/core/modules/language/language.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function language_removed_post_updates() {
+function language_removed_post_updates(): array {
   return [
     'language_post_update_language_select_widget' => '9.0.0',
   ];
diff --git a/core/modules/layout_builder/layout_builder.post_update.php b/core/modules/layout_builder/layout_builder.post_update.php
index 22c98f15563c..abfe3e1ac95a 100644
--- a/core/modules/layout_builder/layout_builder.post_update.php
+++ b/core/modules/layout_builder/layout_builder.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function layout_builder_removed_post_updates() {
+function layout_builder_removed_post_updates(): array {
   return [
     'layout_builder_post_update_rebuild_plugin_dependencies' => '9.0.0',
     'layout_builder_post_update_add_extra_fields' => '9.0.0',
diff --git a/core/modules/layout_discovery/layout_discovery.post_update.php b/core/modules/layout_discovery/layout_discovery.post_update.php
index ba679a9666b7..336fa0696004 100644
--- a/core/modules/layout_discovery/layout_discovery.post_update.php
+++ b/core/modules/layout_discovery/layout_discovery.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function layout_discovery_removed_post_updates() {
+function layout_discovery_removed_post_updates(): array {
   return [
     'layout_discovery_post_update_recalculate_entity_form_display_dependencies' => '9.0.0',
     'layout_discovery_post_update_recalculate_entity_view_display_dependencies' => '9.0.0',
diff --git a/core/modules/locale/locale.post_update.php b/core/modules/locale/locale.post_update.php
index 01fef245a4b7..b6b553f30b4a 100644
--- a/core/modules/locale/locale.post_update.php
+++ b/core/modules/locale/locale.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function locale_removed_post_updates() {
+function locale_removed_post_updates(): array {
   return [
     'locale_post_update_clear_cache_for_old_translations' => '9.0.0',
   ];
diff --git a/core/modules/media/media.post_update.php b/core/modules/media/media.post_update.php
index 7ab89500d231..31596b11d30f 100644
--- a/core/modules/media/media.post_update.php
+++ b/core/modules/media/media.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function media_removed_post_updates() {
+function media_removed_post_updates(): array {
   return [
     'media_post_update_collection_route' => '9.0.0',
     'media_post_update_storage_handler' => '9.0.0',
diff --git a/core/modules/media_library/media_library.post_update.php b/core/modules/media_library/media_library.post_update.php
index 73e605251430..9fab3345ee10 100644
--- a/core/modules/media_library/media_library.post_update.php
+++ b/core/modules/media_library/media_library.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function media_library_removed_post_updates() {
+function media_library_removed_post_updates(): array {
   return [
     'media_library_post_update_display_modes' => '9.0.0',
     'media_library_post_update_table_display' => '9.0.0',
diff --git a/core/modules/menu_link_content/menu_link_content.post_update.php b/core/modules/menu_link_content/menu_link_content.post_update.php
index 64441b6a8153..92e32a5863fa 100644
--- a/core/modules/menu_link_content/menu_link_content.post_update.php
+++ b/core/modules/menu_link_content/menu_link_content.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function menu_link_content_removed_post_updates() {
+function menu_link_content_removed_post_updates(): array {
   return [
     'menu_link_content_post_update_make_menu_link_content_revisionable' => '9.0.0',
   ];
diff --git a/core/modules/migrate/migrate.post_update.php b/core/modules/migrate/migrate.post_update.php
index fb76b5b377c8..821701c1aa53 100644
--- a/core/modules/migrate/migrate.post_update.php
+++ b/core/modules/migrate/migrate.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function migrate_removed_post_updates() {
+function migrate_removed_post_updates(): array {
   return [
     'migrate_post_update_clear_migrate_source_count_cache' => '10.0.0',
   ];
diff --git a/core/modules/migrate_drupal/migrate_drupal.post_update.php b/core/modules/migrate_drupal/migrate_drupal.post_update.php
index cce66db3a805..9acb888abc83 100644
--- a/core/modules/migrate_drupal/migrate_drupal.post_update.php
+++ b/core/modules/migrate_drupal/migrate_drupal.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function migrate_drupal_removed_post_updates() {
+function migrate_drupal_removed_post_updates(): array {
   return [
     'migrate_drupal_post_update_uninstall_multilingual' => '10.0.0',
   ];
diff --git a/core/modules/node/node.post_update.php b/core/modules/node/node.post_update.php
index 52d65c3acfdd..e10f39e9ee4b 100644
--- a/core/modules/node/node.post_update.php
+++ b/core/modules/node/node.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function node_removed_post_updates() {
+function node_removed_post_updates(): array {
   return [
     'node_post_update_configure_status_field_widget' => '9.0.0',
     'node_post_update_node_revision_views_data' => '9.0.0',
diff --git a/core/modules/path/path.post_update.php b/core/modules/path/path.post_update.php
index 5fcda0214e6a..10397185598b 100644
--- a/core/modules/path/path.post_update.php
+++ b/core/modules/path/path.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function path_removed_post_updates() {
+function path_removed_post_updates(): array {
   return [
     'path_post_update_create_language_content_settings' => '9.0.0',
   ];
diff --git a/core/modules/path_alias/path_alias.post_update.php b/core/modules/path_alias/path_alias.post_update.php
index 4249adf43141..91399093cb21 100644
--- a/core/modules/path_alias/path_alias.post_update.php
+++ b/core/modules/path_alias/path_alias.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function path_alias_removed_post_updates() {
+function path_alias_removed_post_updates(): array {
   return [
     'path_alias_post_update_drop_path_alias_status_index' => '11.0.0',
   ];
diff --git a/core/modules/responsive_image/responsive_image.post_update.php b/core/modules/responsive_image/responsive_image.post_update.php
index 8eee0eeaedab..8c379a7e97f6 100644
--- a/core/modules/responsive_image/responsive_image.post_update.php
+++ b/core/modules/responsive_image/responsive_image.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function responsive_image_removed_post_updates() {
+function responsive_image_removed_post_updates(): array {
   return [
     'responsive_image_post_update_recreate_dependencies' => '9.0.0',
     'responsive_image_post_update_order_multiplier_numerically' => '11.0.0',
diff --git a/core/modules/rest/rest.post_update.php b/core/modules/rest/rest.post_update.php
index 970045a78ed2..250c90b5bc78 100644
--- a/core/modules/rest/rest.post_update.php
+++ b/core/modules/rest/rest.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function rest_removed_post_updates() {
+function rest_removed_post_updates(): array {
   return [
     'rest_post_update_create_rest_resource_config_entities' => '9.0.0',
     'rest_post_update_resource_granularity' => '9.0.0',
diff --git a/core/modules/search/search.post_update.php b/core/modules/search/search.post_update.php
index efb5152e5984..5efb9d3c3de8 100644
--- a/core/modules/search/search.post_update.php
+++ b/core/modules/search/search.post_update.php
@@ -11,7 +11,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function search_removed_post_updates() {
+function search_removed_post_updates(): array {
   return [
     'search_post_update_block_page' => '9.0.0',
     'search_post_update_reindex_after_diacritics_rule_change' => '10.0.0',
diff --git a/core/modules/serialization/serialization.post_update.php b/core/modules/serialization/serialization.post_update.php
index 2690271023f1..bd09e3644ea8 100644
--- a/core/modules/serialization/serialization.post_update.php
+++ b/core/modules/serialization/serialization.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function serialization_removed_post_updates() {
+function serialization_removed_post_updates(): array {
   return [
     'serialization_post_update_delete_settings' => '10.0.0',
   ];
diff --git a/core/modules/system/system.post_update.php b/core/modules/system/system.post_update.php
index 73ebac84e190..fffe4fbe8358 100644
--- a/core/modules/system/system.post_update.php
+++ b/core/modules/system/system.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function system_removed_post_updates() {
+function system_removed_post_updates(): array {
   return [
     'system_post_update_recalculate_configuration_entity_dependencies' => '9.0.0',
     'system_post_update_add_region_to_entity_displays' => '9.0.0',
diff --git a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
index 371f96fe5d99..0c9d136a14d3 100644
--- a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
+++ b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
@@ -75,7 +75,7 @@ function update_test_postupdate_post_update_test_batch(&$sandbox = NULL) {
 /**
  * Implements hook_removed_post_updates().
  */
-function update_test_postupdate_removed_post_updates() {
+function update_test_postupdate_removed_post_updates(): array {
   return [
     'update_test_postupdate_post_update_foo' => '8.x-1.0',
     'update_test_postupdate_post_update_bar' => '8.x-2.0',
diff --git a/core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php b/core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php
index 41d6d28351e9..7b197fce68f9 100644
--- a/core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php
+++ b/core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php
@@ -22,9 +22,9 @@ function test_theme_depending_on_modules_post_update_module_install(&$sandbox =
 if (\Drupal::state()->get('test_theme_depending_on_modules.removed_post_updates')) {
 
   /**
-   * Implements HOOK_removed_post_updates().
+   * Implements hook_removed_post_updates().
    */
-  function test_theme_depending_on_modules_removed_post_updates() {
+  function test_theme_depending_on_modules_removed_post_updates(): array {
     return [
       'test_theme_depending_on_modules_post_update_foo' => '3.1',
     ];
diff --git a/core/modules/taxonomy/taxonomy.post_update.php b/core/modules/taxonomy/taxonomy.post_update.php
index fba5de925e1f..01afe432bb46 100644
--- a/core/modules/taxonomy/taxonomy.post_update.php
+++ b/core/modules/taxonomy/taxonomy.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function taxonomy_removed_post_updates() {
+function taxonomy_removed_post_updates(): array {
   return [
     'taxonomy_post_update_clear_views_data_cache' => '9.0.0',
     'taxonomy_post_update_clear_entity_bundle_field_definitions_cache' => '9.0.0',
diff --git a/core/modules/text/text.post_update.php b/core/modules/text/text.post_update.php
index a3cfbd5f2f08..730bda0b97f4 100644
--- a/core/modules/text/text.post_update.php
+++ b/core/modules/text/text.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function text_removed_post_updates() {
+function text_removed_post_updates(): array {
   return [
     'text_post_update_add_required_summary_flag' => '9.0.0',
     'text_post_update_add_required_summary_flag_form_display' => '10.0.0',
diff --git a/core/modules/user/user.post_update.php b/core/modules/user/user.post_update.php
index 1279a997e06d..30e225844899 100644
--- a/core/modules/user/user.post_update.php
+++ b/core/modules/user/user.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function user_removed_post_updates() {
+function user_removed_post_updates(): array {
   return [
     'user_post_update_enforce_order_of_permissions' => '9.0.0',
     'user_post_update_update_roles' => '10.0.0',
diff --git a/core/modules/views/views.post_update.php b/core/modules/views/views.post_update.php
index 136a82ed193c..19bb3b9be37b 100644
--- a/core/modules/views/views.post_update.php
+++ b/core/modules/views/views.post_update.php
@@ -12,7 +12,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function views_removed_post_updates() {
+function views_removed_post_updates(): array {
   return [
     'views_post_update_update_cacheability_metadata' => '9.0.0',
     'views_post_update_cleanup_duplicate_views_data' => '9.0.0',
diff --git a/core/modules/workspaces/workspaces.post_update.php b/core/modules/workspaces/workspaces.post_update.php
index 1dbdf251e01e..58017017e783 100644
--- a/core/modules/workspaces/workspaces.post_update.php
+++ b/core/modules/workspaces/workspaces.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function workspaces_removed_post_updates() {
+function workspaces_removed_post_updates(): array {
   return [
     'workspaces_post_update_access_clear_caches' => '9.0.0',
     'workspaces_post_update_remove_default_workspace' => '9.0.0',
diff --git a/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php b/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
index ae79e1cda410..72948a0a5b91 100644
--- a/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
+++ b/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
@@ -91,7 +91,7 @@ function module_b_post_update_a() {
 /**
  * Implements hook_removed_post_updates().
  */
-function module_b_removed_post_updates() {
+function module_b_removed_post_updates(): array {
   return [
     'module_b_post_update_b' => '8.9.0',
     'module_b_post_update_c' => '8.9.0',
@@ -118,7 +118,7 @@ function module_c_post_update_b() {
 /**
  * Implements hook_removed_post_updates().
  */
-function module_c_removed_post_updates() {
+function module_c_removed_post_updates(): array {
   return [
     'module_c_post_update_b' => '8.9.0',
     'module_c_post_update_c' => '8.9.0',
@@ -145,7 +145,7 @@ function theme_d_post_update_c() {
 /**
  * Implements hook_removed_post_updates().
  */
-function theme_d_removed_post_updates() {
+function theme_d_removed_post_updates(): array {
   return [
     'theme_d_post_update_a' => '8.9.0',
   ];
diff --git a/core/themes/olivero/olivero.post_update.php b/core/themes/olivero/olivero.post_update.php
index 93228708fb89..1974ef83e623 100644
--- a/core/themes/olivero/olivero.post_update.php
+++ b/core/themes/olivero/olivero.post_update.php
@@ -8,7 +8,7 @@
 /**
  * Implements hook_removed_post_updates().
  */
-function olivero_removed_post_updates() {
+function olivero_removed_post_updates(): array {
   return [
     'olivero_post_update_add_olivero_primary_color' => '11.0.0',
   ];
-- 
GitLab