From 1eae8e8ff384d462902cd0af1843e31129c5d04d Mon Sep 17 00:00:00 2001
From: Lee Rowlands <lee.rowlands@previousnext.com.au>
Date: Thu, 9 Sep 2021 09:57:34 +1000
Subject: [PATCH] Issue #3230690 by Anul: Incorrect documentation in
 Drupal\views\Plugin\views\display::viewExposedFormBlocks)()

---
 .../views/src/Plugin/views/display/DisplayPluginInterface.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php b/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php
index 2fdd0ab6d529..abf16ebe8fbf 100644
--- a/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php
+++ b/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php
@@ -566,8 +566,8 @@ public function getSpecialBlocks();
   /**
    * Renders the exposed form as block.
    *
-   * @return string|null
-   *   The rendered exposed form as string or NULL otherwise.
+   * @return array|null
+   *   The renderable exposed form as array or NULL otherwise.
    */
   public function viewExposedFormBlocks();
 
-- 
GitLab