remove undefined parameter, add description

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2021-04-22 16:23:01 +02:00 committed by backportbot[bot]
parent 20a3df9888
commit 04b851b8b8
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
*