[TASK] Use proper type hints in PageArguments
Argument and return type hints are aligned to match implemented interface \ArrayAccess with proper type hints and removing the '#[\ReturnTypeWillChange]' attribute, which has been used as a workaround. Most methods and the constructor already had proper type hints with the exception of the interface methods, which is now aligned. Class properties have also been set to proper type hints along the way. Resolves: #96918 Related: #95746 Releases: main Change-Id: Iccbe482ab9b174cf6198c372dfcaf312fd1c682f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73555 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Please register or sign in to comment