Skip to content
Snippets Groups Projects
Commit 10882053 authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[TASK] Fix throws doc comment in MvcPropertyMappingConfigurationService

One part of the classname in a `throws` doc comment in
`MvcPropertyMappingConfigurationService` is wrong. Instead of
`EXTBASE` it should be `Extbase`.

Resolves: #103792
Releases: main, 12.4
Change-Id: I6be6e53640d82d39ff9f2ce99015877e693b8428
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84146


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarChris Müller <typo3@brotkrueml.dev>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChris Müller <typo3@brotkrueml.dev>
parent e373ff82
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ class MvcPropertyMappingConfigurationService implements SingletonInterface
* @param string $fieldNamePrefix
*
* @return string trusted properties token
* @throws \TYPO3\CMS\EXTBASE\Security\Exception\InvalidArgumentForHashGenerationException
* @throws \TYPO3\CMS\Extbase\Security\Exception\InvalidArgumentForHashGenerationException
*/
public function generateTrustedPropertiesToken($formFieldNames, $fieldNamePrefix = '')
{
......
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