Actions
Bug #54017
closedSuperfluous check in GeneralUtility::inList
Start date:
2013-11-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
GeneralUtility::inList does a comparison to a boolean. This results in a boolean value. Then based on this value it will return TRUE or FALSE. Instead it is enough to return the result of the comparison.
Actions