Skip to content

Commit

Permalink
Merge pull request #26702 from nextcloud/backport/26699/stable21
Browse files Browse the repository at this point in the history
[stable21] remove undefined parameter, add description
  • Loading branch information
MorrisJobke authored Apr 22, 2021
2 parents 20a3df9 + 04b851b commit 13e0556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/DB/IResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function fetchAll(int $fetchMode = PDO::FETCH_ASSOC): array;
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
*
Expand Down

0 comments on commit 13e0556

Please sign in to comment.