mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #60] [CLOSED] Fix to ProxyFactory to respect parent methods which use func_get_args internally. #7657
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/60
Author: @shaunxcode
Created: 5/23/2011
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
c9bb525Fix 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.