Actions
Task #99860
closedImprove comments and readability in PageArgumentValidator
Start date:
2023-02-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Make clear that the early-bail out for empty pageArguments is
done to prevent setting `disableCaches` to `true`.
Also makes that that the $pageNotFoundOnCacheHashError
condition is really tied to pageArguments being non-empty.
Prevents us from refactoring that code and missing this bit.
Actions