Project

General

Profile

Actions

Task #68063

closed

Get rid of ternary operator where just used to convert to a boolean

Added by Stefan Neufeind over 9 years ago. Updated about 6 years ago.

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

Also available in: Atom PDF