Skip to content
Snippets Groups Projects
Commit 192bd466 authored by Benni Mack's avatar Benni Mack
Browse files

[!!!][TASK] Harden various methods in PageRepository

The following methods now have a strict
method signature for all arguments and their return types.

- PageRepository->getPage()
- PageRepository->getPage_noCheck()
- PageRepository->getPageOverlay()
- PageRepository->getPagesOverlay()
- PageRepository->checkRecord()
- PageRepository->getRawRecord()
- PageRepository->enableFields()
- PageRepository->getMultipleGroupsWhereClause()
- PageRepository->versionOL()

Calling one of the methods now require
proper arguments of the respective types.

Resolves: #102775
Releases: main
Change-Id: I789453974001113263bc1fdff047adf0eb92c570
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82364


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent cf787275
No related branches found
No related tags found
No related merge requests found
Showing
with 178 additions and 131 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment