Verified Commit 24378352 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3006812 by NickDickinsonWilde, Ankit.Gupta:...

Issue #3006812 by NickDickinsonWilde, Ankit.Gupta: ViewsExecutable->exposed_widgets has wrong variable type in definition
parent 3f9bc84f
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -351,9 +351,12 @@ class ViewExecutable {
  public $inited;

  /**
   * The rendered output of the exposed form.
   * The render array for the exposed form.
   *
   * @var string
   * In cases that the exposed form is rendered as a block this will be an
   * empty array.
   *
   * @var array
   */
  public $exposed_widgets;