[PR #1002] [MERGED] Fixed wrongly initialized property. #9018

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/1002
Author: @BenMorel
Created: 4/4/2014
Status: Merged
Merged: 4/4/2014
Merged by: @Ocramius

Base: masterHead: propertyfix


📝 Commits (1)

  • b3ec4df Fixed wrongly initialized property.

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/QueryBuilder.php (+1 -1)

📄 Description

This removes an incorrect = array() initialization on $parameters, which is actually an ArrayCollection and has its value set in the constructor.


🔄 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/1002 **Author:** [@BenMorel](https://github.com/BenMorel) **Created:** 4/4/2014 **Status:** ✅ Merged **Merged:** 4/4/2014 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `propertyfix` --- ### 📝 Commits (1) - [`b3ec4df`](https://github.com/doctrine/orm/commit/b3ec4df8ce75e7dce0b5587fcfd054b0bb64fbbc) Fixed wrongly initialized property. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/QueryBuilder.php` (+1 -1) </details> ### 📄 Description This removes an incorrect `= array()` initialization on `$parameters`, which is actually an `ArrayCollection` and has its value set in the constructor. --- <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 16:02:48 +01:00
admin closed this issue 2026-01-22 16:02:48 +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#9018