Skip to content
Snippets Groups Projects
Commit 00b06a83 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[TASK] Adjust code comment about deprecation of Controller attribute

The `AsController` has been added to v12 next to the
`Controller` attribute. Later has been deprecated in
v13 and will be removed in v14.

Resolves: #104871
Related: #102631
Releases: main
Change-Id: I4cdaff914faaff8f7eb8d4706ec226374c694142
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85972


Reviewed-by: default avatarJochen Roth <rothjochen@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen Roth <rothjochen@gmail.com>
Tested-by: default avatarBenjamin Kott <benjamin.kott@outlook.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenjamin Kott <benjamin.kott@outlook.com>
parent 235c1c97
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ namespace {
namespace TYPO3\CMS\Backend\Attribute {
/**
* @deprecated since TYPO3 v12, will be removed in TYPO3 v13
* @deprecated since TYPO3 v13, will be removed in TYPO3 v14
*/
class Controller extends \TYPO3\CMS\Backend\Attribute\AsController {}
}
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