[PR #1017] [CLOSED] Extend the "getRepository" method to accept objects as parameter. #9036

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/1017
Author: @porebskk
Created: 4/24/2014
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • aa41d09 Update EntityManager.php
  • 1b0d0b8 Merge pull request #1 from porebskk/patch-1

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/EntityManager.php (+4 -1)

📄 Description

This small change in the method "getRepository" will increase the development speed, since the developer isn't anymore forced to insert the FQNS as a string.
Is this change reasonable?


🔄 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/1017 **Author:** [@porebskk](https://github.com/porebskk) **Created:** 4/24/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`aa41d09`](https://github.com/doctrine/orm/commit/aa41d094c227ba37d538c19b35d8ea547322160b) Update EntityManager.php - [`1b0d0b8`](https://github.com/doctrine/orm/commit/1b0d0b8d8acb9720b76b32508f92fd4bcf48bc5a) Merge pull request #1 from porebskk/patch-1 ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityManager.php` (+4 -1) </details> ### 📄 Description This small change in the method "getRepository" will increase the development speed, since the developer isn't anymore forced to insert the FQNS as a string. Is this change reasonable? --- <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:54 +01:00
admin closed this issue 2026-01-22 16:02:55 +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#9036