@@ -287,7 +287,7 @@ discard block |
||
287 | 287 | /** |
288 | 288 | * Fetch one resultset into an object. |
289 | 289 | * |
290 | - * @param object $object to insert values into. |
|
290 | + * @param ActiveRecordModel $object to insert values into. |
|
291 | 291 | * |
292 | 292 | * @return array with resultset. |
293 | 293 | */ |
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | /** |
401 | 401 | * Return last insert id from autoincremented key on INSERT. |
402 | 402 | * |
403 | - * @return integer as last insert id. |
|
403 | + * @return string as last insert id. |
|
404 | 404 | */ |
405 | 405 | public function lastInsertId() |
406 | 406 | { |