[PR #924] [CLOSED] Update create to use LSB #8907

Open
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/924
Author: @chasepeeler
Created: 1/31/2014
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

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

📄 Description

Updated the create method, to use static, instead of EntityManager, when creating the new instance. This allows users to easily extend EntityManager without having to rewrite the create method or do other tricks in order to get back an instance of their extended class.


🔄 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/924 **Author:** [@chasepeeler](https://github.com/chasepeeler) **Created:** 1/31/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`917f40d`](https://github.com/doctrine/orm/commit/917f40d4a8781d4baf863a38ae20ad3fd712c984) Update create to use LSB ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityManager.php` (+1 -1) </details> ### 📄 Description Updated the create method, to use static, instead of EntityManager, when creating the new instance. This allows users to easily extend EntityManager without having to rewrite the create method or do other tricks in order to get back an instance of their extended class. --- <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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8907