Project

General

Profile

Actions

Bug #101602

closed

PHP 8 warning in ContentObjectRenderer::editIcons

Added by Christian Toffolo 9 months ago. Updated 9 months ago.

Status:
Resolved
Priority:
Must have
Assignee:
Category:
-
Target version:
-
Start date:
2023-08-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

https://github.com/TYPO3/typo3/blob/879ef42aaa4e63447a3cda37b033fd25dc6f0116/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php#L6687C9-L6687C12
$editUid = $dataArray['_LOCALIZED_UID'] ?: $currentRecordUID;
should be
$editUid = $dataArray['_LOCALIZED_UID'] ?? $currentRecordUID;

Actions #1

Updated by Thomas Hohn 9 months ago

  • Assignee set to Thomas Hohn
Actions #2

Updated by Gerrit Code Review 9 months ago

  • Status changed from New to Under Review

Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80427

Actions #3

Updated by Anonymous 9 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF