Skip to content

Commit

Permalink
fix notice (incompatible with parent)
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Apr 20, 2012
1 parent c5d8888 commit 00f3ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -48,7 +48,7 @@ public function __construct(DocumentManager $dm, MongoDBPurger $purger = null)
}

/** @inheritDoc */
public function setReferenceRepository($referenceRepository)
public function setReferenceRepository(ReferenceRepository $referenceRepository)
{
$this->dm->getEventManager()->removeEventListener(
$this->listener->getSubscribedEvents(),
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php
Expand Up @@ -48,7 +48,7 @@ public function __construct(EntityManager $em, ORMPurger $purger = null)
}

/** @inheritDoc */
public function setReferenceRepository($referenceRepository)
public function setReferenceRepository(ReferenceRepository $referenceRepository)
{
$this->em->getEventManager()->removeEventListener(
$this->listener->getSubscribedEvents(),
Expand Down

0 comments on commit 00f3ee6

Please sign in to comment.