Actions
Task #100073
closedAllow more use cases for Symfony expression evaluation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-03-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently the TYPO3 API wrapper around expression evaluation is typed to only
allow boolean results and casts the result to boolean to achieve that.
To allow other expression evaluation where other types might be returned,
the return type should be mixed
Actions