Actions
Task #46402
closedGet rid of >0 where strlen() or count() are used as boolean
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-03-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In some places
if(count($a)) {
is used while in others an explicit (unnecessary)
if(count($a) > 0) {
appears. Unify them (to the shorter form).
Actions