Skip to content
Snippets Groups Projects
Commit ffa29c20 authored by Benni Mack's avatar Benni Mack
Browse files

[BUGFIX] Fix wrong matcher class name

Resolves: #82632
Related: #82014
Releases: master
Change-Id: I987bdda0bdc5bc91c1422b7558bc220f516e79ea
Reviewed-on: https://review.typo3.org/54257


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
parent 59175b9c
Branches
Tags
No related merge requests found
......@@ -414,7 +414,7 @@ return [
'Deprecation-81201-EidUtilityinitTCA.rst',
],
],
'TYPO3\CMS\Core\Utility\BackendUtility::getListGroupNames' => [
'TYPO3\CMS\Backend\Utility\BackendUtility::getListGroupNames' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => 1,
'restFiles' => [
......
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