Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

typo change #425

Merged
merged 1 commit into from
Sep 19, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Faker/ORM/Doctrine/Populator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down