1
0
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:
Francois Zaninotto 2013-10-10 06:09:58 -07:00
commit 7a2189d65f

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