Commit fc18d1fb authored by Alena Stanul's avatar Alena Stanul Committed by Damien McKenna
Browse files

Issue #3276180 by alena_stanul, RenatoG: Type of the @return parameter in...

Issue #3276180 by alena_stanul, RenatoG: Type of the @return parameter in description of render() is incorrect.
parent 0988535f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1234,7 +1234,7 @@ class view extends views_db_object {
   * @param string $display_id
   *   The machine name of the display, which should be rendered.
   *
   * @return string|NULL
   * @return array|string|null
   *   Return the output of the rendered view or NULL if something failed in the
   *   process.
   */