Completed
Push — master ( abf175...09e679 )
by Mikael
06:27 queued 11s
created
src/Database/Database.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -186,8 +186,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.