From b4c614f1268b6a5fb696c2b197bb8240ae6f1fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20W=C3=BCnsch?= Date: Fri, 22 Nov 2024 13:15:51 +0100 Subject: [PATCH] Docs: Correct `@return` type in `block_core_query_disable_enhanced_pagination()` (#67128) Co-authored-by: Soean Co-authored-by: SantosGuillamot --- packages/block-library/src/query/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/query/index.php b/packages/block-library/src/query/index.php index 043f351e11d7f..6b544cd99ae8c 100644 --- a/packages/block-library/src/query/index.php +++ b/packages/block-library/src/query/index.php @@ -79,7 +79,7 @@ function register_block_core_query() { * @since 6.4.0 * * @param array $parsed_block The block being rendered. - * @return string Returns the parsed block, unmodified. + * @return array Returns the parsed block, unmodified. */ function block_core_query_disable_enhanced_pagination( $parsed_block ) { static $enhanced_query_stack = array();