Actions
Task #101934
closedCleanup code for ContentObjectRenderer::listNum and add tests
Start date:
2023-09-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
- Add unit tests for function ContentObjectRenderer::listNum.
- Improve code by renaming function argument ($char => $delimeter)
- Make sure arguments are always passed as strings (and not null)
(as declared in PHPDoc)
- Improve clarity of description in PHPDoc
In the future typehints can be added for function arguments and
return type.
Actions