mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #325] [CLOSED] Improved annotation driver. #8030
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/325
Author: @c-datculescu
Created: 4/4/2012
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
463a650Improved 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.