[PR #490] fix StatementMock bindParam parameters #8280

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

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

State: closed
Merged: Yes


Hi,

This patch fixes

PHP Fatal error: Declaration of Doctrine\Tests\Mocks\StatementMock::bindParam() must be compatible with Doctrine\DBAL\Driver\Statement::bindParam($column, &$variable, $type = NULL, $length = NULL) in /home/michal/projekty/doctrine2/tests/Doctrine/Tests/Mocks/StatementMock.php on line 11

Best regards,
Michal

**Original Pull Request:** https://github.com/doctrine/orm/pull/490 **State:** closed **Merged:** Yes --- Hi, This patch fixes PHP Fatal error: Declaration of Doctrine\Tests\Mocks\StatementMock::bindParam() must be compatible with Doctrine\DBAL\Driver\Statement::bindParam($column, &$variable, $type = NULL, $length = NULL) in /home/michal/projekty/doctrine2/tests/Doctrine/Tests/Mocks/StatementMock.php on line 11 Best regards, Michal
admin added the pull-request label 2026-01-22 15:59:11 +01:00
admin closed this issue 2026-01-22 15:59:11 +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#8280