Project

General

Profile

Actions

Task #80812

closed

About 170 usages of isset() and is_array() can be replaced with null coalesce operator

Added by Claus Due about 7 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF