Commit 74c76161 authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #236 from posulliv/dbal-200

DBAL-200 Missing docs for 1 parameter in Connection::update
parents 2e2336a6 7a1f38c7
......@@ -489,7 +489,7 @@ class Connection implements DriverConnection
* Executes an SQL UPDATE statement on a table.
*
* @param string $tableName The name of the table to update.
* @param array $data
* @param array $data An associative array containing column-value pairs.
* @param array $identifier The update criteria. An associative array containing column-value pairs.
* @param array $types Types of the merged $data and $identifier arrays in that order.
* @return integer The number of affected rows.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment