Commit 7a1f38c7 authored by Padraig O'Sullivan's avatar Padraig O'Sullivan

Trivial addition of 1-sentence description of missing param in docblock for Connection::update.

parent 2e2336a6
...@@ -489,7 +489,7 @@ class Connection implements DriverConnection ...@@ -489,7 +489,7 @@ class Connection implements DriverConnection
* Executes an SQL UPDATE statement on a table. * Executes an SQL UPDATE statement on a table.
* *
* @param string $tableName The name of the table to update. * @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 $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. * @param array $types Types of the merged $data and $identifier arrays in that order.
* @return integer The number of affected rows. * @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