Skip to content
Snippets Groups Projects
Commit 03f78e77 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Georg Ringer
Browse files

[TASK] Use PHP class name resolution over strings

Some TCA configurations were still using strings for
class references in the itemsProcFunc option.

Since this is error-prone and also prevents proper IDE
support, all remaining places are changed to use the
automatic PHP class name resolution with ::class.

Resolves: #93753
Releases: master
Change-Id: I853492ae7f590171d7a3e8e422f40728f7e879b1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68466


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 4ae81cb1
Branches
Tags
No related merge requests found
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