Skip to content

Commit

Permalink
InValidator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Indigerd committed Aug 7, 2020
1 parent 5f3c070 commit 5c2dde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scenarios/validation/validator/InValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function setValidSet($value) : self
'Invalid validSet property value. Value must be either array or \Closure or \Traversable'
);
}
$this->validSet = $value;
return $this;
}

Expand Down

0 comments on commit 5c2dde1

Please sign in to comment.