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

[TASK] Consistently use str_starts_with and str_ends_with

With PHP 8.0 and symfony/polyfill-php80 it is possible to use
native str_starts_with() and str_ends_with() methods.

This way, the methods

* StringUtility::beginsWith()
* StringUtility::endsWith()

are marked as deprecated.

Resolves: #95293
Releases: master
Change-Id: I46d15c2f8b93c5f8b487966b2015ebefb1711348
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71135


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent a8a87287
Branches
Tags
No related merge requests found
Showing
with 286 additions and 220 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