[PR #183] [MERGED] Proxy identifier type casting #7826

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/183
Author: @asm89
Created: 11/8/2011
Status: Merged
Merged: 11/8/2011
Merged by: @beberlei

Base: masterHead: ProxyIdentifier-types


📝 Commits (2)

  • 6707129 Added type casts to 'non-lazy' identifiers in proxies.
  • 0cc176a Do not cast BigInt to (int)

📊 Changes

2 files changed (+30 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Proxy/ProxyFactory.php (+6 -1)
📝 tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php (+24 -0)

📄 Description

No description provided


🔄 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/183 **Author:** [@asm89](https://github.com/asm89) **Created:** 11/8/2011 **Status:** ✅ Merged **Merged:** 11/8/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `ProxyIdentifier-types` --- ### 📝 Commits (2) - [`6707129`](https://github.com/doctrine/orm/commit/6707129a3ee557b24c957e86d9d5f77e1b9c72e9) Added type casts to 'non-lazy' identifiers in proxies. - [`0cc176a`](https://github.com/doctrine/orm/commit/0cc176aae202b7142a09ca2d49ceb74c7cedb32b) Do not cast BigInt to (int) ### 📊 Changes **2 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+6 -1) 📝 `tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php` (+24 -0) </details> ### 📄 Description _No description provided_ --- <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:04 +01:00
admin closed this issue 2026-01-22 15:57:05 +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#7826