Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fix $valueSet initial value in In predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
nanawel committed Nov 29, 2016
1 parent ae46299 commit cd5c107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sql/Predicate/In.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class In extends AbstractExpression implements PredicateInterface
{
protected $identifier;
protected $valueSet;
protected $valueSet = [];

protected $specification = '%s IN %s';

Expand Down

0 comments on commit cd5c107

Please sign in to comment.