summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/public/DB/IResult.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/DB/IResult.php b/lib/public/DB/IResult.php
index 10c788ebbf6..caa3fd8e88d 100644
--- a/lib/public/DB/IResult.php
+++ b/lib/public/DB/IResult.php
@@ -66,7 +66,7 @@ interface IResult {
public function fetchColumn();
/**
- * @param int $columnIndex
+ * Returns the first value of the next row of the result or FALSE if there are no more rows.
*
* @return false|mixed
*