[PR #215] [MERGED] 2.1.x #7873

Closed
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/215
Author: @andrewmackrodt
Created: 12/11/2011
Status: Merged
Merged: 12/11/2011
Merged by: @guilhermeblanco

Base: 2.1.xHead: 2.1.x


📝 Commits (1)

  • d87e90d Added absolute namespace paths to phpdoc annotations - issue DDC-1025.

📊 Changes

25 files changed (+115 additions, -115 deletions)

View changed files

📝 lib/Doctrine/ORM/AbstractQuery.php (+16 -16)
📝 lib/Doctrine/ORM/EntityManager.php (+23 -23)
📝 lib/Doctrine/ORM/EntityRepository.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 (+1 -1)
📝 lib/Doctrine/ORM/Internal/Hydration/IterableResult.php (+2 -2)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php (+9 -9)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+2 -2)
📝 lib/Doctrine/ORM/PersistentCollection.php (+2 -2)
📝 lib/Doctrine/ORM/Persisters/AbstractCollectionPersister.php (+3 -3)
📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+11 -11)
📝 lib/Doctrine/ORM/Persisters/JoinedSubclassPersister.php (+1 -1)
📝 lib/Doctrine/ORM/Query.php (+10 -10)
📝 lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php (+2 -2)
📝 lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php (+1 -1)
📝 lib/Doctrine/ORM/Query/ParameterTypeInferer.php (+2 -2)
📝 lib/Doctrine/ORM/Query/Parser.php (+11 -11)
📝 lib/Doctrine/ORM/Query/QueryException.php (+1 -1)
📝 lib/Doctrine/ORM/Query/SqlWalker.php (+1 -1)

...and 5 more files

📄 Description

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/215 **Author:** [@andrewmackrodt](https://github.com/andrewmackrodt) **Created:** 12/11/2011 **Status:** ✅ Merged **Merged:** 12/11/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `2.1.x` ← **Head:** `2.1.x` --- ### 📝 Commits (1) - [`d87e90d`](https://github.com/doctrine/orm/commit/d87e90d3924245d0a3a86b2063c965177f982b34) Added absolute namespace paths to phpdoc annotations - issue DDC-1025. ### 📊 Changes **25 files changed** (+115 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/AbstractQuery.php` (+16 -16) 📝 `lib/Doctrine/ORM/EntityManager.php` (+23 -23) 📝 `lib/Doctrine/ORM/EntityRepository.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` (+1 -1) 📝 `lib/Doctrine/ORM/Internal/Hydration/IterableResult.php` (+2 -2) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php` (+9 -9) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+2 -2) 📝 `lib/Doctrine/ORM/PersistentCollection.php` (+2 -2) 📝 `lib/Doctrine/ORM/Persisters/AbstractCollectionPersister.php` (+3 -3) 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+11 -11) 📝 `lib/Doctrine/ORM/Persisters/JoinedSubclassPersister.php` (+1 -1) 📝 `lib/Doctrine/ORM/Query.php` (+10 -10) 📝 `lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php` (+2 -2) 📝 `lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php` (+1 -1) 📝 `lib/Doctrine/ORM/Query/ParameterTypeInferer.php` (+2 -2) 📝 `lib/Doctrine/ORM/Query/Parser.php` (+11 -11) 📝 `lib/Doctrine/ORM/Query/QueryException.php` (+1 -1) 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+1 -1) _...and 5 more files_ </details> ### 📄 Description 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
admin closed this issue 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#7873