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: Issue #3483040 by quietone: Add array return type to all hook_removed_post_updates implementations --- core/modules/text/text.post_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/text') diff --git a/core/modules/text/text.post_update.php b/core/modules/text/text.post_update.php index a3cfbd5f2f0..730bda0b97f 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', -- cgit v1.2.3