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

Merge pull request #172 from rogamoore/patch-1

Doctrine not Propel #doc fix
This commit is contained in:
Francois Zaninotto 2013-09-02 08:40:56 -07:00
commit fd3e757671

View File

@ -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
{