Skip to content
Snippets Groups Projects
Commit 6147e306 authored by Oliver Klee's avatar Oliver Klee Committed by Benni Mack
Browse files

[TASK] Modernize array function callbacks in Fluid

Function callbacks are declared using the new PHP 8.1 feature
"first class callable", which e.g. uses the named `trim(...)`
function symbol, instead of the string `'trim'`.

see https://www.php.net/manual/en/functions.first_class_callable_syntax.php

Resolves: #100147
Releases: main
Change-Id: Id4577fb5412163f5e49927f2f404f21d82a8e9e1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78100


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTorben Hansen <derhansen@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarTorben Hansen <derhansen@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 56a166b5
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