Actions
Bug #91126
closed[EA] The operation results to '(int)$page['doktype']', please add missing parentheses.
Start date:
2020-04-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Also the return statement could be simplified by using in_array instead of comparing each doktype.
And the `$page !== null` check is superflous as it is checked implicit by fetching the doktype.
Actions