[PR #325] [CLOSED] Improved annotation driver. #8030

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/325
Author: @c-datculescu
Created: 4/4/2012
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 463a650 Improved annotation driver.

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php (+10 -9)

📄 Description

Instantiating a reflectionclass object for all the declared classes in the system is rather hard on resources, so this is a improved way of getting the names of all mapped classes.


🔄 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/325 **Author:** [@c-datculescu](https://github.com/c-datculescu) **Created:** 4/4/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`463a650`](https://github.com/doctrine/orm/commit/463a650b4e77d3c11b8264f817773f258251f451) Improved annotation driver. ### 📊 Changes **1 file changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php` (+10 -9) </details> ### 📄 Description Instantiating a reflectionclass object for all the declared classes in the system is rather hard on resources, so this is a improved way of getting the names of all mapped classes. --- <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 15:58:03 +01:00
admin closed this issue 2026-01-22 15:58:04 +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#8030