diff --git a/typo3/sysext/core/Classes/Utility/GeneralUtility.php b/typo3/sysext/core/Classes/Utility/GeneralUtility.php index cbdd618b9e449e9c5d9ec711bd2d73424203813b..5722a596ecfb2d52b39b4f0d6438c2013e2711fb 100644 --- a/typo3/sysext/core/Classes/Utility/GeneralUtility.php +++ b/typo3/sysext/core/Classes/Utility/GeneralUtility.php @@ -2910,7 +2910,7 @@ class GeneralUtility * * @template T of object * @param class-string<T> $className name of the class to instantiate, must not be empty and not start with a backslash - * @param array<int, mixed> $constructorArguments Arguments for the constructor + * @param mixed $constructorArguments Arguments for the constructor * @return T the created instance * @throws \InvalidArgumentException if $className is empty or starts with a backslash */