[PR #68] another attempt to allow parent methods in generated proxy classes to pass along all args #7674

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

Original Pull Request: https://github.com/doctrine/orm/pull/68

State: closed
Merged: No


After considering your feedback re performance I have made it only use the call_user_func_array approach in the case that there are no params to the arg which means it MAY be using func_get_args internally in the parent method.

**Original Pull Request:** https://github.com/doctrine/orm/pull/68 **State:** closed **Merged:** No --- After considering your feedback re performance I have made it only use the call_user_func_array approach in the case that there are no params to the arg which means it MAY be using func_get_args internally in the parent method.
admin added the pull-request label 2026-01-22 15:56:17 +01:00
admin closed this issue 2026-01-22 15:56: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#7674