1
0
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:
Peter Schultz 2013-10-10 14:03:56 +02:00
parent 7a56e44699
commit 2a0d26ad53

View File

@ -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)
{