mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #215] [MERGED] 2.1.x #7873
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/215
Author: @andrewmackrodt
Created: 12/11/2011
Status: ✅ Merged
Merged: 12/11/2011
Merged by: @guilhermeblanco
Base:
2.1.x← Head:2.1.x📝 Commits (1)
d87e90dAdded 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.