@@ -186,8 +186,7 @@ discard block |
||
| 186 | 186 | * Execute a select-query with arguments and insert the results into |
| 187 | 187 | * an existing object. |
| 188 | 188 | * |
| 189 | - * @param string $query the SQL statement |
|
| 190 | - * @param array $params the params array |
|
| 189 | + * @param array $param the params array |
|
| 191 | 190 | * @param string $object the existing object to insert into |
| 192 | 191 | * |
| 193 | 192 | * @return array with resultset |
@@ -320,7 +319,7 @@ discard block |
||
| 320 | 319 | /** |
| 321 | 320 | * Return last insert id from autoincremented key on INSERT. |
| 322 | 321 | * |
| 323 | - * @return integer as last insert id. |
|
| 322 | + * @return string as last insert id. |
|
| 324 | 323 | */ |
| 325 | 324 | public function lastInsertId() |
| 326 | 325 | { |