Actions
Bug #80230
closedEXT:form - inconsistent return type for getRendererClassName()
Status:
Closed
Priority:
Could have
Assignee:
Category:
Form Framework
Target version:
Start date:
2017-03-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
On most places it is defined as string, but the initial value and a check use NULL.
This shows up as warning about an incompatible type in PhpStorm
Initalize to an empty string and change check accordingly.
Actions