Skip to content

Commit

Permalink
Merge pull request #109 from dirkluijk/patch-1
Browse files Browse the repository at this point in the history
Updated incorrect PhpDoc
  • Loading branch information
stof committed Sep 13, 2013
2 parents b4a135c + 0e2e1df commit adca0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/DataFixtures/FixtureInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface FixtureInterface
/**
* Load data fixtures with the passed EntityManager
*
* @param Doctrine\Common\Persistence\ObjectManager $manager
* @param ObjectManager $manager
*/
function load(ObjectManager $manager);
}

0 comments on commit adca0ae

Please sign in to comment.