Skip to content

Commit

Permalink
ENH Add generic types (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 23, 2024
1 parent c5db30d commit e8bdf12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/BrokenExternalPageTrackStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function provideI18nEntities()
/**
* Gets the list of Pages yet to be checked
*
* @return DataList
* @return DataList<SiteTree>|void
*/
public function getIncompletePageList()
{
Expand All @@ -77,7 +77,7 @@ public function getIncompletePageList()
/**
* Get the list of incomplete BrokenExternalPageTrack
*
* @return DataList
* @return DataList<BrokenExternalPageTrack>
*/
public function getIncompleteTracks()
{
Expand Down

0 comments on commit e8bdf12

Please sign in to comment.