mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #216] [MERGED] DDC-1025 - Absolute Namespace Annotations #7872
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/216
Author: @andrewmackrodt
Created: 12/11/2011
Status: ✅ Merged
Merged: 12/11/2011
Merged by: @beberlei
Base:
master← Head:DDC-1025📝 Commits (2)
2fdb55aAdded absolute namespace paths to phpdoc annotations - issue DDC-1025.ef12a09Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025.📊 Changes
39 files changed (+153 additions, -153 deletions)
View changed files
📝
lib/Doctrine/ORM/AbstractQuery.php(+16 -16)📝
lib/Doctrine/ORM/Configuration.php(+1 -1)📝
lib/Doctrine/ORM/EntityManager.php(+23 -23)📝
lib/Doctrine/ORM/EntityRepository.php(+1 -1)📝
lib/Doctrine/ORM/Event/EntityEventDelegator.php(+1 -1)📝
lib/Doctrine/ORM/Event/LifecycleEventArgs.php(+3 -3)📝
lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php(+6 -6)📝
lib/Doctrine/ORM/Event/OnClearEventArgs.php(+3 -3)📝
lib/Doctrine/ORM/Event/OnFlushEventArgs.php(+2 -2)📝
lib/Doctrine/ORM/Event/PostFlushEventArgs.php(+3 -3)📝
lib/Doctrine/ORM/Event/PreUpdateEventArgs.php(+1 -1)📝
lib/Doctrine/ORM/Id/AbstractIdGenerator.php(+1 -1)📝
lib/Doctrine/ORM/Id/SequenceGenerator.php(+1 -1)📝
lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php(+2 -2)📝
lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php(+1 -1)📝
lib/Doctrine/ORM/Internal/Hydration/IterableResult.php(+2 -2)📝
lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(+11 -11)📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+2 -2)📝
lib/Doctrine/ORM/Mapping/JoinColumns.php(+1 -1)📝
lib/Doctrine/ORM/Mapping/JoinTable.php(+2 -2)...and 19 more files
📄 Description
Request pull into master using proper procedure this time:
https://github.com/doctrine/doctrine2/pull/215
A regex replace over phpdoc annotations to use absolute (i.e. \Doctrine) namespace references, described in issue DDC-1025 - http://www.doctrine-project.org/jira/browse/DDC-1025
This should fix code completion in multiple IDEs including PhpStorm.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.