Skip to content

Commit

Permalink
[TASK] Mark LegacyClassesForIde entries @deprecated
Browse files Browse the repository at this point in the history
The point of these files is to hint IDE's for
deprecation usages. The classes need an @deprecated
annotation.

Resolves: #99306
Related: #97217
Related: #97536
Releases: main
Change-Id: I537149ee8ec520bb0a7284976c6c90fd8e5fdf8b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76973
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed Dec 7, 2022
1 parent 2831344 commit 47d1bb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typo3/sysext/frontend/Migrations/Code/LegacyClassesForIde.php
Expand Up @@ -20,12 +20,18 @@
}

namespace TYPO3\CMS\Frontend\Service {
/**
* @deprecated since TYPO3 v12, will be removed in TYPO3 v13
*/
class TypoLinkCodecService extends \TYPO3\CMS\Core\LinkHandling\TypoLinkCodecService
{
}
}

namespace TYPO3\CMS\Frontend\Typolink {
/**
* @deprecated since TYPO3 v12, will be removed in TYPO3 v13
*/
class LinkResultFactory extends \TYPO3\CMS\Frontend\Typolink\LinkFactory
{
}
Expand Down

0 comments on commit 47d1bb4

Please sign in to comment.