[PR #490] [MERGED] fix StatementMock bindParam parameters #8276

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/490
Author: @eventhorizonpl
Created: 10/22/2012
Status: Merged
Merged: 10/23/2012
Merged by: @guilhermeblanco

Base: masterHead: fix_test


📝 Commits (1)

  • f6cf8f2 fix StatementMock bindParam parameters

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 tests/Doctrine/Tests/Mocks/StatementMock.php (+1 -1)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/490 **Author:** [@eventhorizonpl](https://github.com/eventhorizonpl) **Created:** 10/22/2012 **Status:** ✅ Merged **Merged:** 10/23/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `fix_test` --- ### 📝 Commits (1) - [`f6cf8f2`](https://github.com/doctrine/orm/commit/f6cf8f2f0cc87948dc686ebbfede6e9146a03c77) fix StatementMock bindParam parameters ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tests/Doctrine/Tests/Mocks/StatementMock.php` (+1 -1) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:59:10 +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#8276