mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12232] [MERGED] SQLFilter: replace internal array shape with class #13604
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12232
Author: @derrabus
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @derrabus
Base:
3.6.x← Head:improvement/sql-filter-array-shape📝 Commits (1)
b94211cSQLFilter: replace internal array shape with class📊 Changes
5 files changed (+47 additions, -22 deletions)
View changed files
📝
phpstan-baseline.neon(+1 -7)📝
phpstan.neon(+4 -0)➕
src/Query/Filter/Parameter.php(+20 -0)📝
src/Query/Filter/SQLFilter.php(+19 -12)📝
src/Query/ParameterTypeInferer.php(+3 -3)📄 Description
This is a small step towards better type coverage. I'm replacing the array shape we've been using inside the
SQLFilterclass with a class.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.