mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #927] [MERGED] s/EntityManager/EntityManagerInterface/ in a few places #8908
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/927
Author: @timdev
Created: 2/1/2014
Status: ✅ Merged
Merged: 2/8/2014
Merged by: @beberlei
Base:
master← Head:timdev-fixes📝 Commits (3)
43d94e7Console EntityManagerHelper now accepts EntityManagerInterface as constructor argument, instead of insisting on an EntityManagerbf9fbd8Substitute EntityManagerInterface for EntityManager in Console EntityManagerHelper25d7146Make SchemaTool and SchemaValidator use EntityManagerInterface instead of EntityManager📊 Changes
3 files changed (+15 additions, -14 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php(+7 -6)📝
lib/Doctrine/ORM/Tools/SchemaTool.php(+4 -4)📝
lib/Doctrine/ORM/Tools/SchemaValidator.php(+4 -4)📄 Description
This PR makes the constructors to EntityManagerHelper, SchemaTool, and SchemaValidator accept EntityManagerInterface instead of EntityManager.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.