Skip to content

Commit

Permalink
Fix Source::setFd validator
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGallard committed Jul 15, 2021
1 parent 3a460fa commit dff63dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BidRequest/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getFd()
*/
public function setFd($fd)
{
$this->validateIn($allimps, BitType::getAll());
$this->validateIn($fd, BitType::getAll());
$this->fd = $fd;

return $this;
Expand Down

0 comments on commit dff63dd

Please sign in to comment.