[PR #927] [MERGED] s/EntityManager/EntityManagerInterface/ in a few places #8908

Closed
opened 2026-01-22 16:02:16 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: timdev-fixes


📝 Commits (3)

  • 43d94e7 Console EntityManagerHelper now accepts EntityManagerInterface as constructor argument, instead of insisting on an EntityManager
  • bf9fbd8 Substitute EntityManagerInterface for EntityManager in Console EntityManagerHelper
  • 25d7146 Make 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/927 **Author:** [@timdev](https://github.com/timdev) **Created:** 2/1/2014 **Status:** ✅ Merged **Merged:** 2/8/2014 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `timdev-fixes` --- ### 📝 Commits (3) - [`43d94e7`](https://github.com/doctrine/orm/commit/43d94e7b5e62fd17f8424ad335a1626394c6d384) Console EntityManagerHelper now accepts EntityManagerInterface as constructor argument, instead of insisting on an EntityManager - [`bf9fbd8`](https://github.com/doctrine/orm/commit/bf9fbd896b7649ff9d6d35c40b8268f963be352b) Substitute EntityManagerInterface for EntityManager in Console EntityManagerHelper - [`25d7146`](https://github.com/doctrine/orm/commit/25d71462e37c955045757381294b797503284568) Make SchemaTool and SchemaValidator use EntityManagerInterface instead of EntityManager ### 📊 Changes **3 files changed** (+15 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR makes the constructors to EntityManagerHelper, SchemaTool, and SchemaValidator accept EntityManagerInterface instead of EntityManager. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:16 +01:00
admin closed this issue 2026-01-22 16:02:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8908