Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Correct removed class alias (Controller vs. AsController) #1160

Open
TYPO3IncTeam opened this issue Nov 11, 2024 · 0 comments · May be fixed by TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#5046
Assignees
Labels

Comments

@TYPO3IncTeam
Copy link
Collaborator

ℹ️ View this commit on Github
👥 Authored by Lina Wolf [email protected]
✔️ Merged by Garvin Hicking [email protected]

Commit message

[DOCS] Correct removed class alias (Controller vs. AsController)

In #105458 the class alias for TYPO3\CMS\Backend\Attribute\Controller
has been removed, while TYPO3\CMS\Backend\Attribute\AsController is
still in place.

Releases: main
Resolves: #105564
Related: #105458
Related: #102631
Change-Id: Icdb10f69cf8239f31db1d8cbf0b32c42d731aabd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86927
Reviewed-by: Andreas Kienast [email protected]
Tested-by: core-ci [email protected]
Tested-by: Andreas Kienast [email protected]
Tested-by: Garvin Hicking [email protected]
Reviewed-by: Garvin Hicking [email protected]

➗ Modified files

14.0/Breaking-105377-DeprecatedFunctionalityRemoved.rst
@@ -47,7 +47,7 @@ The following PHP interfaces changed:
 
 The following PHP class aliases that have previously been marked as deprecated with v13 have been removed:
 
-- :php:`\TYPO3\CMS\Backend\Attribute\AsController`
+- :php:`\TYPO3\CMS\Backend\Attribute\Controller`
 - :php:`\TYPO3\CMS\Backend\FrontendBackendUserAuthentication`
 - :php:`\TYPO3\CMS\Core\Database\Schema\Types\EnumType`
 - :php:`\TYPO3\CMS\Core\View\FluidViewAdapter`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants