Skip to content

Commit

Permalink
Fixed return value for method. zendframework#6095
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvandijk authored and dima committed Nov 27, 2014
1 parent 4116433 commit d7ff04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Db/Sql/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function set(array $values, $flag = self::VALUES_SET)
* @param Where|\Closure|string|array $predicate
* @param string $combination One of the OP_* constants from Predicate\PredicateSet
* @throws Exception\InvalidArgumentException
* @return Select
* @return Update
*/
public function where($predicate, $combination = Predicate\PredicateSet::OP_AND)
{
Expand Down

0 comments on commit d7ff04f

Please sign in to comment.