ENH Add generic types (#117)

This commit is contained in:
Guy Sartorelli 2024-01-23 13:06:47 +13:00 committed by GitHub
parent c5db30dc40
commit e8bdf1203d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class BrokenExternalPageTrackStatus extends DataObject implements i18nEntityProv
/**
* Gets the list of Pages yet to be checked
*
* @return DataList
* @return DataList<SiteTree>|void
*/
public function getIncompletePageList()
{
@ -77,7 +77,7 @@ class BrokenExternalPageTrackStatus extends DataObject implements i18nEntityProv
/**
* Get the list of incomplete BrokenExternalPageTrack
*
* @return DataList
* @return DataList<BrokenExternalPageTrack>
*/
public function getIncompleteTracks()
{