mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #26702 from nextcloud/backport/26699/stable21
[stable21] remove undefined parameter, add description
This commit is contained in:
commit
13e0556688
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue