[PR #12191] [MERGED] Merge 2.20.x into 3.5.x #13563

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12191
Author: @derrabus
Created: 10/7/2025
Status: Merged
Merged: 10/7/2025
Merged by: @derrabus

Base: 3.5.xHead: 3.5.x


📝 Commits (3)

  • 7d950ab do not call setAccessible() on PHP >= 8.1 (#12182)
  • 5f35518 use the empty string instead of null as an array offset (#12181)
  • 86d847e Merge branch '2.20.x' into 3.5.x

📊 Changes

5 files changed (+10 additions, -6 deletions)

View changed files

📝 src/Persisters/Entity/JoinedSubclassPersister.php (+1 -1)
📝 src/Query/SqlWalker.php (+6 -2)
📝 src/Tools/Pagination/LimitSubqueryOutputWalker.php (+3 -1)
📝 tests/Tests/ORM/Functional/ParserResultSerializationTest.php (+0 -1)
📝 tests/Tests/ORM/Functional/SecondLevelCacheCountQueriesTest.php (+0 -1)

📄 Description

No description provided


🔄 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/12191 **Author:** [@derrabus](https://github.com/derrabus) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@derrabus](https://github.com/derrabus) **Base:** `3.5.x` ← **Head:** `3.5.x` --- ### 📝 Commits (3) - [`7d950ab`](https://github.com/doctrine/orm/commit/7d950aba62c5a573af4c8b81adeb090b61acc75a) do not call setAccessible() on PHP >= 8.1 (#12182) - [`5f35518`](https://github.com/doctrine/orm/commit/5f3551852fe1907a52e52907045ee03d909ca699) use the empty string instead of null as an array offset (#12181) - [`86d847e`](https://github.com/doctrine/orm/commit/86d847edb8b022b2a81fc12f61d03c5187fbf49f) Merge branch '2.20.x' into 3.5.x ### 📊 Changes **5 files changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/Persisters/Entity/JoinedSubclassPersister.php` (+1 -1) 📝 `src/Query/SqlWalker.php` (+6 -2) 📝 `src/Tools/Pagination/LimitSubqueryOutputWalker.php` (+3 -1) 📝 `tests/Tests/ORM/Functional/ParserResultSerializationTest.php` (+0 -1) 📝 `tests/Tests/ORM/Functional/SecondLevelCacheCountQueriesTest.php` (+0 -1) </details> ### 📄 Description _No description provided_ --- <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:17:33 +01:00
admin closed this issue 2026-01-22 16:17:33 +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#13563