mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 09:19:50 +01:00
Merge pull request #188 from pschultz/patch-1
Fix docblock for Provider\Base::unique()
This commit is contained in:
commit
7a2189d65f
@ -237,7 +237,7 @@ class Base
|
||||
* After which an OverflowExcption is thrown.
|
||||
* @throws OverflowException When no unique value can be found by iterating $maxRetries times
|
||||
*
|
||||
* @return UniqueGenerator A proxy class returning only existing values
|
||||
* @return UniqueGenerator A proxy class returning only non-existing values
|
||||
*/
|
||||
public function unique($reset = false, $maxRetries = 10000)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user