diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-04-22 16:23:01 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-04-22 16:23:01 +0200 |
commit | e7691ef6abfccca8b081f6e176e60ac650bc8b89 (patch) | |
tree | 0eaba829d04093e9e52d2e57ac626033eefc5d71 /lib/public/DB | |
parent | da043e52c8f550aa845833f338951793387393a2 (diff) | |
download | nextcloud-server-e7691ef6abfccca8b081f6e176e60ac650bc8b89.tar.gz nextcloud-server-e7691ef6abfccca8b081f6e176e60ac650bc8b89.zip |
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.php | 2 |
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 * |