summaryrefslogtreecommitdiff
path: root/includes/database/schema.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database/schema.inc')
-rw-r--r--includes/database/schema.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/schema.inc b/includes/database/schema.inc
index 0bd8147f9..61f698685 100644
--- a/includes/database/schema.inc
+++ b/includes/database/schema.inc
@@ -183,7 +183,7 @@ abstract class DatabaseSchema implements QueryPlaceholderInterface {
* The name of the table to explode.
* @param $operator
* The operator to apply on the 'table' part of the condition.
- * @return
+ * @return QueryConditionInterface
* A DatabaseCondition object.
*/
protected function buildTableNameCondition($table_name, $operator = '=') {