Skip to content

Commit

Permalink
Trivial addition of 1-sentence description of missing param in docblo…
Browse files Browse the repository at this point in the history
…ck for Connection::update.
  • Loading branch information
posulliv committed Dec 11, 2012
1 parent 2e2336a commit 7a1f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Connection.php
Expand Up @@ -489,7 +489,7 @@ public function getTransactionIsolation()
* 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.
Expand Down

0 comments on commit 7a1f38c

Please sign in to comment.