Actions
Task #96805
closedRemove superfluous function call
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-02-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
the function call seems superfluous, the condition tests if the array key exists, so the first parameter should be empty, the called function cObjGet tests if the first parameter is an array, if not, an empty string is returned. So i think we could use the empty string directly.
This issue was automatically created from https://github.com/TYPO3/typo3/pull/354
Actions