mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #26699 from nextcloud/fix/noid/iresult-php-doc
remove undefined parameter, add description
This commit is contained in:
commit
88ef393d7b
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