Actions
Bug #97058
closedOnFieldChangeTrait::forwardOnFieldChangeQueryParams() and phpstan
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-02-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
OnFieldChangeTrait::forwardOnFieldChangeQueryParams() declares its return type as array<string, string>
which is wrong and is also reported by phpstan.
Actions