[PR #9909] Show Expr::countDistinct() and Expr::concat() use variable-length argument lists #11967

Open
opened 2026-01-22 16:12:29 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: No


The functions Expr::countDistinct() and Expr::concat() both use func_get_args() to accept a variable number of arguments.

They should explicitly show this via the "..." operator, which has been supported since PHP 5.6.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9909 **State:** closed **Merged:** No --- The functions `Expr::countDistinct()` and `Expr::concat()` both use `func_get_args()` to accept a variable number of arguments. They should explicitly show this via the "`...`" operator, which has been supported since PHP 5.6.
admin added the pull-request label 2026-01-22 16:12:29 +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#11967