[PR #6466] Update QueryBuilder docblock to reflect correct type of bound parameter type #9989

Closed
opened 2026-01-22 16:06:04 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: Yes


Hello,

thank you very much for your work, it's awesome!
I found a minor error in PHPDOC for method setParameter. Argument "type" can be a string or null but can be also an int if it comes from \PDO::PARAM_*. So I've changed typehint "string" into "mixed".

**Original Pull Request:** https://github.com/doctrine/orm/pull/6466 **State:** closed **Merged:** Yes --- Hello, thank you very much for your work, it's awesome! I found a minor error in PHPDOC for method setParameter. Argument "type" can be a string or null but can be also an int if it comes from \PDO::PARAM_*. So I've changed typehint "string" into "mixed".
admin added the pull-request label 2026-01-22 16:06:04 +01:00
admin closed this issue 2026-01-22 16:06:04 +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#9989