Actions
Bug #99544
closedFix return type annotation in AbstractAuthenticaitonService
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-01-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Use array<string, mixed>
instead of mixed
: https://github.com/TYPO3/typo3/blob/108d61a2bba658fcb3c341c7c38e12c31c107942/typo3/sysext/core/Classes/Authentication/AbstractAuthenticationService.php#L124
Actions