Actions
Bug #104495
closedProvide null coalesce operator for array_pop in RestoreRegisterContentObject::render method
Start date:
2024-07-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Cannot assign null to property TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController::$register of type array, this
is due to the fact that the class RestoreRegisterContentObject calls array_pop in the render method which can return null
which conflicts with the constraint that $frontendController->register has type array
Actions