Skip to content

Commit

Permalink
Removing `Doctrine\ORM\Id\AbstractIdGenerator#generate(EntityManagerI…
Browse files Browse the repository at this point in the history
…nterface $em, $entity)` from upgrade notes (BC break reverted)
  • Loading branch information
Ocramius committed Jan 16, 2015
1 parent f799986 commit 6acfdc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ an ``EntityManagerInterface`` instead.
If you are extending any of the following classes, then you need to check following
signatures:

- ``Doctrine\ORM\Id\AbstractIdGenerator#generate(EntityManagerInterface $em, $entity)``
- ``Doctrine\ORM\Tools\DebugUnitOfWorkListener#dumpIdentityMap(EntityManagerInterface $em)``
- ``Doctrine\ORM\Mapping\ClassMetadataFactory#setEntityManager(EntityManagerInterface $em)``

Expand Down

0 comments on commit 6acfdc1

Please sign in to comment.