Skip to content
Snippets Groups Projects
Commit 3773510b authored by Thomas Hohn's avatar Thomas Hohn Committed by Georg Ringer
Browse files

[BUGFIX] Correct signature in ArrayUtility::isValidPath

In #97202 types for the class ArrayUtility were added.
Unfortunately the second parameter ($path) for the method
isValidPath was changed to string only.
The method basically calls getValueByPath, which has
$path defined as array|string and handles it properly.
It makes no sense, not to be able to call isValidPath
with the same types for the $path argument.

Resolves: #100302
Releates: #97202
Releases: main
Change-Id: I7b0235d3013c84a6580397162de8f65dea212cda
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78258


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 73fd3a6c
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