Completed
Branch master (4c1931)
by Mikael
01:38
created
src/Database/Database.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.