[PR #926] [CLOSED] Feature/console em helper interface #8904

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/926
Author: @timdev
Created: 2/1/2014
Status: Closed

Base: masterHead: feature/console-em-helper-interface


📝 Commits (2)

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

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/926 **Author:** [@timdev](https://github.com/timdev) **Created:** 2/1/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/console-em-helper-interface` --- ### 📝 Commits (2) - [`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 ### 📊 Changes **1 file changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php` (+7 -6) </details> ### 📄 Description \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper demands a concrete EntityManager. This PR allows it to accept anything that implements EntityManagerInterface. --- <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:15 +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#8904