mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #926] [CLOSED] Feature/console em helper interface #8904
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/926
Author: @timdev
Created: 2/1/2014
Status: ❌ Closed
Base:
master← Head:feature/console-em-helper-interface📝 Commits (2)
43d94e7Console EntityManagerHelper now accepts EntityManagerInterface as constructor argument, instead of insisting on an EntityManagerbf9fbd8Substitute EntityManagerInterface for EntityManager in Console EntityManagerHelper📊 Changes
1 file changed (+7 additions, -6 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php(+7 -6)📄 Description
\Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper demands a concrete EntityManager. This PR allows it to accept anything that implements EntityManagerInterface.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.