Skip to content
Snippets Groups Projects
Commit 052c4c25 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Move extension scanner entry of arrayDiffAssocRecursive

With #94137, the ArrayUtility::arrayDiffAssocRecursive
method was adjusted to actually behave like `array_diff_assoc`.

To not introduce a breaking change after 11.0, a third
parameter was added to enable the correct behaviour.
This parameter however will be removed again in v12.

Therefore, the extension scanner entry hast to be
placed in MethodArgumentDroppedStaticMatcher
instead of MethodCallStaticMatcher, because only
the last parameter is deprecated, not the whole
method.

Resolves: #96193
Related: #94137
Releases: main, 11.5
Change-Id: Ic6844b509046037f411b302eff2ee983bf093917
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72419


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 5c68ff21
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment