Project

General

Profile

Actions

Bug #102805

closed

Borken deprecation messages for deprecated VersionState methods

Added by Oliver Bartsch 11 months ago. Updated 5 months ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

Also available in: Atom PDF