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 {