Actions
Bug #62810
closedCorrect @deprecation of StringUtility::isLastPartOfString
Start date:
2014-11-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The @deprecation annotation of StringUtility::isLastPartOfString says:
@deprecated since 7.0, use beginsWith() instead
correct would be
@deprecated since 7.0, use endsWith() instead
Actions