Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-22 17:23:01 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-22 17:23:01 +0300
commite7691ef6abfccca8b081f6e176e60ac650bc8b89 (patch)
tree0eaba829d04093e9e52d2e57ac626033eefc5d71 /lib/public/DB
parentda043e52c8f550aa845833f338951793387393a2 (diff)
remove undefined parameter, add description
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/public/DB')
-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
*