You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Fix type annotation in the GeneralUtility stub
For variable arguments, the type annotation needs to match the
type of the single arguments, not an array of the single arguments.
This change parallels that in the TYPO3 Core:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/78080
0 commit comments