From 83514f5b5c711ba5baf6b9768b004f789191f812 Mon Sep 17 00:00:00 2001 From: rogamoore Date: Sat, 31 Aug 2013 16:01:37 +0200 Subject: [PATCH] Doctrine not Propel #doc fix --- src/Faker/ORM/Doctrine/EntityPopulator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/ORM/Doctrine/EntityPopulator.php b/src/Faker/ORM/Doctrine/EntityPopulator.php index 6269bf12..df8db6c1 100644 --- a/src/Faker/ORM/Doctrine/EntityPopulator.php +++ b/src/Faker/ORM/Doctrine/EntityPopulator.php @@ -6,7 +6,7 @@ use Doctrine\ORM\Mapping\ClassMetadata; use Faker\ORM\Doctrine\ColumnTypeGuesser; /** - * Service class for populating a table through a Propel ActiveRecord class. + * Service class for populating a table through a Doctrine Entity class. */ class EntityPopulator {