mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1286: Change typo in ORMException #1620
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jul 22, 2011).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user serge.smertin:
Doctrine\ORM\ORMException, like 42:
"however this entity has no ientity itself. You have to call EntityManager#persist() on the related entity " .
should be:
"however this entity has no identity itself. You have to call EntityManager#persist() on the related entity " .
@doctrinebot commented on GitHub (Aug 14, 2011):
Comment created by @guilhermeblanco:
This issue is already solved in latest 2.2-DEV.
Thanks for the report.
@doctrinebot commented on GitHub (Aug 14, 2011):
Issue was closed with resolution "Fixed"