[PR #144] [MERGED] switched 2nd and 3rd argument for SelectExpression's constructor, making the 3rd one optional to keep its signature compatible to previous versions #7771

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/144
Author: @craue
Created: 10/10/2011
Status: Merged
Merged: 10/10/2011
Merged by: @guilhermeblanco

Base: masterHead: patch-3


📝 Commits (1)

  • 1681d8a switched 2nd and 3rd argument for SelectExpression's constructor, making the 3rd one optional to keep its signature compatible to previous versions

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/AST/SelectExpression.php (+3 -3)
📝 lib/Doctrine/ORM/Query/Parser.php (+1 -1)

📄 Description

switched 2nd and 3rd argument for SelectExpression's constructor, making the 3rd one optional to keep its signature compatible to previous versions


🔄 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/144 **Author:** [@craue](https://github.com/craue) **Created:** 10/10/2011 **Status:** ✅ Merged **Merged:** 10/10/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`1681d8a`](https://github.com/doctrine/orm/commit/1681d8a8933211c44edff633f69ad5f4cc6f515e) switched 2nd and 3rd argument for SelectExpression's constructor, making the 3rd one optional to keep its signature compatible to previous versions ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/AST/SelectExpression.php` (+3 -3) 📝 `lib/Doctrine/ORM/Query/Parser.php` (+1 -1) </details> ### 📄 Description switched 2nd and 3rd argument for SelectExpression's constructor, making the 3rd one optional to keep its signature compatible to previous versions --- <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:56:45 +01:00
admin closed this issue 2026-01-22 15:56:46 +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#7771