Closed fabiang closed 1 year ago
For a bugfix please use the current release branch, which is 2.23.x:
More on this topic can be found in the contributing guidelines: "What branch to issue the pull request against?"
Thanks in advance! 👍🏻
Rebased to 2.23.x.
Thanks @fabiang
Oh thank you! I've tested this change in my current project and notices are gone.
filter()
now returns$value
as-is for non-scalar and boolean values, which fixes triggering a deprection warning since PHP 8.1.Fix for issue #105
Description