Merge pull request #26699 from nextcloud/fix/noid/iresult-php-doc

remove undefined parameter, add description
This commit is contained in:
blizzz 2021-04-22 19:11:37 +02:00 committed by GitHub
commit 88ef393d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
*