Merge pull request #26702 from nextcloud/backport/26699/stable21
[stable21] remove undefined parameter, add description
This commit is contained in:
commit
13e0556688
|
@ -66,7 +66,7 @@ interface IResult {
|
||||||
public function fetchColumn();
|
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
|
* @return false|mixed
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue