remove undefined parameter, add description
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
20a3df9888
commit
04b851b8b8
|
@ -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