Merge pull request #26699 from nextcloud/fix/noid/iresult-php-doc
remove undefined parameter, add description
This commit is contained in:
commit
88ef393d7b
|
@ -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 New Issue