Skip to content
Snippets Groups Projects
Commit e6903b8b authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Make PHP code of TYPO3 Core PHP 7.4 compliant

This resolves the most common issues related to
PHP 7.4 PHP changes:
- implode() argument order
- using "{}" instead of "[]" in PHP array keys
- PHP notices for invalid array key access

Resolves: #89737
Releases: master, 9.5, 8.7
Change-Id: Iff0b8a46279d328f66ae6bab927aef2bca881774
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62367


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 41757830
No related merge requests found
Showing
with 47 additions and 36 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment