Completed
Push — master ( 30b471...767c34 )
by Todd
03:41
created
src/Drivers/MySqlDb.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -599,7 +599,7 @@
 block discarded – undo
599 599
     /**
600 600
      * Build a sql update statement.
601 601
      *
602
-     * @param string|Identifier $table The name of the table to update.
602
+     * @param string $table The name of the table to update.
603 603
      * @param array $set An array of columns to set.
604 604
      * @param array $where The where filter.
605 605
      * @param array $options Additional options for the query.
Please login to merge, or discard this patch.