Actions
Task #80812
closedAbout 170 usages of isset() and is_array() can be replaced with null coalesce operator
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2017-04-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
The replacement would:
- Reduce the number of code lines in TYPO3
- Reduce function calls
- Reduce indentation
- Prevent E_NOTICE when using many classes w/o TYPO3 context
Actions