Skip to content
Snippets Groups Projects
Commit 76cae730 authored by Oliver Klee's avatar Oliver Klee Committed by Nikita Hovratov
Browse files

[TASK] Drop fallback for explode calls in GeneralUtility

In PHP < 8.0, `explode` could return `false`. Starting with PHP 8.0,
`explode` will always return an array. Hence, no check and fallback
for `false` is needed anymore.

Resolves: #99178
Releases: main
Change-Id: Ie2a3df3c50892c8d198ce91eff2106b9a28efc9d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76804


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
parent de94ced6
Branches
Tags
No related merge requests found
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