[PR #216] [MERGED] DDC-1025 - Absolute Namespace Annotations #7872

Open
opened 2026-01-22 15:57:18 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: DDC-1025


📝 Commits (2)

  • 2fdb55a Added absolute namespace paths to phpdoc annotations - issue DDC-1025.
  • ef12a09 Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/216 **Author:** [@andrewmackrodt](https://github.com/andrewmackrodt) **Created:** 12/11/2011 **Status:** ✅ Merged **Merged:** 12/11/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1025` --- ### 📝 Commits (2) - [`2fdb55a`](https://github.com/doctrine/orm/commit/2fdb55a87801191e6931b7f9edf7a1ec7a09c46c) Added absolute namespace paths to phpdoc annotations - issue DDC-1025. - [`ef12a09`](https://github.com/doctrine/orm/commit/ef12a09ae0569e3cf67df06ad493d238fdd9dba2) Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025. ### 📊 Changes **39 files changed** (+153 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <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:57:18 +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#7872