[PR #60] [CLOSED] Fix to ProxyFactory to respect parent methods which use func_get_args internally. #7657

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/60
Author: @shaunxcode
Created: 5/23/2011
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c9bb525 Fix to allow for proxy generated classes to respect methods in parent which may use func_get_args internally. Previously they would be passed nothing and thus fail. Also reduces need to build up argumentString.

📊 Changes

1 file changed (+2 additions, -4 deletions)

View changed files

📝 lib/Doctrine/ORM/Proxy/ProxyFactory.php (+2 -4)

📄 Description

Fix to allow for proxy generated classes to respect methods in parent which may use func_get_args internally. Previously they would be passed nothing and thus fail. Also reduces need to build up argumentString.


🔄 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/60 **Author:** [@shaunxcode](https://github.com/shaunxcode) **Created:** 5/23/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c9bb525`](https://github.com/doctrine/orm/commit/c9bb525465067b77e775c251e361dbac0503edb1) Fix to allow for proxy generated classes to respect methods in parent which may use func_get_args internally. Previously they would be passed nothing and thus fail. Also reduces need to build up argumentString. ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+2 -4) </details> ### 📄 Description Fix to allow for proxy generated classes to respect methods in parent which may use func_get_args internally. Previously they would be passed nothing and thus fail. Also reduces need to build up argumentString. --- <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:56:12 +01:00
admin closed this issue 2026-01-22 15:56:13 +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#7657