summaryrefslogtreecommitdiff
path: root/includes/tablesort.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/tablesort.inc')
-rw-r--r--includes/tablesort.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc
index d83e575a0..93ed0f37e 100644
--- a/includes/tablesort.inc
+++ b/includes/tablesort.inc
@@ -37,6 +37,8 @@ class TableSort extends SelectQueryExtender {
* @see theme_table()
* @param $header
* Table header array.
+ * @return SelectQueryInterface
+ * The called object.
*/
public function orderByHeader(Array $header) {
$this->header = $header;