Actions
Task #68063
closedGet rid of ternary operator where just used to convert to a boolean
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2015-07-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
There are various places where
... ? TRUE : FALSE
or the boolean opposite is used. Removing such usage of the ternary operator often makes the code more readable.
Actions