Skip to content

Commit

Permalink
Fixing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 26, 2014
1 parent 3cecdc7 commit 0713587
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Database/Expression/BetweenExpression.php
Expand Up @@ -55,8 +55,10 @@ class BetweenExpression implements ExpressionInterface {
/**
* Constructor
*
* @param mixed $value the value to use as the operand for the expression
* @param int $mode either UnaryExpression::PREFIX or UnaryExpression::POSTFIX
* @param mixed $field The field name to compare for values in between the rage
* @param mixed $from The initial value of the range
* @param mixed $to The ending value in the comparison range
* @param string $type The data type name to bind the values with
*/
public function __construct($field, $from, $to, $type = null) {
$this->_field = $field;
Expand Down

0 comments on commit 0713587

Please sign in to comment.