[PR #9565] Fix type on SqlWalker::walkPathExpression() #11709

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

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

State: closed
Merged: Yes


The parameter of SqlWalker::walkPathExpression() is annotated as mixed, but passing anything but a PathExpression to it would result in an error because the method accesses properties on the passed value.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9565 **State:** closed **Merged:** Yes --- The parameter of `SqlWalker::walkPathExpression()` is annotated as `mixed`, but passing anything but a `PathExpression` to it would result in an error because the method accesses properties on the passed value.
admin added the pull-request label 2026-01-22 16:11:40 +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#11709