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