Skip to content

Commit

Permalink
Unalign doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther Lalk committed Aug 11, 2014
1 parent b8c00d4 commit 21c5b0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Database/Expression/QueryExpression.php
Expand Up @@ -269,9 +269,8 @@ public function in($field, $values, $type = null) {
/**
* Adds a new case expression to the expression object
*
* @param array|ExpressionInterface $conditions The conditions to test.
* Must be a QueryExpression, or an array of QueryExpressions.
* @param string|array|ExpressionInterface $trueValues Value of each condition if that condition is true
* @param array|ExpressionInterface $conditions The conditions to test. Must be a QueryExpression, or an array of QueryExpressions.
* @param string|array|ExpressionInterface $trueValues Value of each condition if that condition is true
* @param string|array|ExpressionInterface $defaultValue Default value if none of the conditiosn are true
*
* @return QueryExpression
Expand Down

0 comments on commit 21c5b0d

Please sign in to comment.