Bug #104495
closedProvide null coalesce operator for array_pop in RestoreRegisterContentObject::render method
100%
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
Updated by Gerrit Code Review 4 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85404
Updated by Gerrit Code Review 4 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85358
Updated by Gerrit Code Review 4 months ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85359
Updated by Anonymous 4 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d6635d9d9627afda9ca7bccb3d9b6c9e5a1c4605.