Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored and Bram Ceulemans committed Jan 18, 2022
1 parent c22e450 commit 598bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/UniqueGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct($generator, $maxRetries = 10000)

public function ext(string $id)
{
return new self($this->generator->ext($id), $this->maxRetries, $this->maxRetries);
return new self($this->generator->ext($id), $this->maxRetries);
}

/**
Expand Down

0 comments on commit 598bec1

Please sign in to comment.