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

[TASK] Simplify a condition in GU::intExplode

For strings, `trim($value) === ''` will always be true for empty strings.
So an additional check for `$value` being empty is not needed.

Resolves: #99897
Releases: main
Change-Id: Id280cbaac38bd98447d087126025616b9379d722
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77801


Tested-by: default avatarJörg Bösche <typo3@joergboesche.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarJörg Bösche <typo3@joergboesche.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent edb44562
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