Actions
Bug #92607
closedGeneralUtility::uniqueList claims wrong input types
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2020-10-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
GeneralUtility::uniqueList claims in its PHPDoc that the first argument can be a string or an array. This is however wrong. Passing an array will trigger a InvalidArgumentException since 04/09/2010 (According to the timestamp of the exception - 1270853885)
Actions