1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-19 23:09:47 +01:00

Merge pull request #237 from mhanson01/patch-1

Fix comment in NullGenerator.php
This commit is contained in:
Francois Zaninotto 2014-01-24 08:51:37 -08:00
commit 2b71894b35

View File

@ -3,7 +3,7 @@
namespace Faker;
/**
* This generator returns NULL for all called propertis. It works with
* This generator returns NULL for all called properties. It works with
* Faker\Generator\Base->optional()
*/
class NullGenerator