Skip to content

Commit 88ef393

Browse files
authored
Merge pull request #26699 from nextcloud/fix/noid/iresult-php-doc
remove undefined parameter, add description
2 parents da043e5 + e7691ef commit 88ef393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/DB/IResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function fetchAll(int $fetchMode = PDO::FETCH_ASSOC): array;
6666
public function fetchColumn();
6767

6868
/**
69-
* @param int $columnIndex
69+
* Returns the first value of the next row of the result or FALSE if there are no more rows.
7070
*
7171
* @return false|mixed
7272
*

0 commit comments

Comments
 (0)