From 798c21d7ec316305219050ef6bf128b02e6226d4 Mon Sep 17 00:00:00 2001 From: Muhamad Surya Iksanudin Date: Fri, 19 Sep 2014 13:18:40 +0700 Subject: [PATCH] typo change typo --- src/Faker/ORM/Doctrine/Populator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/ORM/Doctrine/Populator.php b/src/Faker/ORM/Doctrine/Populator.php index de97c519f6..27114c03df 100644 --- a/src/Faker/ORM/Doctrine/Populator.php +++ b/src/Faker/ORM/Doctrine/Populator.php @@ -51,7 +51,7 @@ public function addEntity($entity, $number, $customColumnFormatters = array(), $ /** * Populate the database using all the Entity classes previously added. * - * @param EntityManager $entityManager A Propel connection object + * @param EntityManager $entityManager A Doctrine connection object * * @return array A list of the inserted PKs */