diff --git a/src/Faker/ORM/Propel/Populator.php b/src/Faker/ORM/Propel/Populator.php index 790d67a7..0faa3caf 100644 --- a/src/Faker/ORM/Propel/Populator.php +++ b/src/Faker/ORM/Propel/Populator.php @@ -11,8 +11,8 @@ require_once __DIR__ . '/EntityPopulator.php'; class Populator { protected $generator; - protected $entities; - protected $quantities; + protected $entities = array(); + protected $quantities = array(); public function __construct(\Faker\Generator $generator) {