Actions
Task #90390
closedSimplify API in BrokenLinkRepository (linkvalidator) for checking if link target is broken link
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2020-02-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently, we return a count in BrokenLinkRepository::getNumberOfBrokenLinks()
This is not necessary, we can just return boolean and rename the function accordingly. This makes the API more readable.
Actions