Skip to content
Snippets Groups Projects
Commit 17698f3a authored by Christian Kuhn's avatar Christian Kuhn Committed by Richard Haeser
Browse files

[TASK] Fix PHP 8 compatibility issues part 3/x

PHP 8 throws warning level errors instead of
notice level errors when an not existing array
key is accessed.
The patch fixes another batch of this kind of
issues found by functional tests.

Resolves: #93675
Releases: master
Change-Id: I88e2a0a28af21a95b9ec3e74c7449d9cdc7a23bc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68234


Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarRichard Haeser <richard@richardhaeser.com>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarRichard Haeser <richard@richardhaeser.com>
parent 428a9942
Branches
Tags
Showing
with 94 additions and 47 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