mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-21 07:49:53 +01:00
Fix docblock for Provider\Base::unique()
This commit is contained in:
parent
7a56e44699
commit
2a0d26ad53
@ -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