Unverified Commit 90bd6795 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3251835 by beatrizrodrigues, joachim, mikelutz, quietone: Fix incorrect...

Issue #3251835 by beatrizrodrigues, joachim, mikelutz, quietone: Fix incorrect @return docs and description for Row::getSource()

(cherry picked from commit 2a68e8f2)
parent aaa470ee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -157,10 +157,11 @@ public function getSourceProperty($property) {
  }

  /**
   * Returns the whole source array.
   * Retrieves all source properties.
   *
   * @return array
   *   An array of source plugins.
   *   An array containing all source property values, keyed by the property
   *   name.
   */
  public function getSource() {
    return $this->source;