Actions
Bug #102805
closedBorken deprecation messages for deprecated VersionState methods
Start date:
2024-01-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The deprecation messages for the deprecated VersionState methods looks "borken" due to usage of static class string together with the __METHOD__
constant
Core: Error handler (BE): TYPO3 Deprecation Notice: VersionState::TYPO3\CMS\Core\Versioning\VersionState::cast has been marked as deprecated in TYPO3 v13. Use VersionState::tryFrom() instead. Core: Error handler (BE): TYPO3 Deprecation Notice: VersionState->TYPO3\CMS\Core\Versioning\VersionState::equals has been marked as deprecated in TYPO3 v13. Use VersionState::tryFrom() and native comparison logic instead.
Actions