Skip to content
Snippets Groups Projects
Unverified Commit 2a68e8f2 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()
parent a2c58dda
No related branches found
No related tags found
No related merge requests found
...@@ -157,10 +157,11 @@ public function getSourceProperty($property) { ...@@ -157,10 +157,11 @@ public function getSourceProperty($property) {
} }
/** /**
* Returns the whole source array. * Retrieves all source properties.
* *
* @return array * @return array
* An array of source plugins. * An array containing all source property values, keyed by the property
* name.
*/ */
public function getSource() { public function getSource() {
return $this->source; return $this->source;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment