Skip to content

Commit

Permalink
ENH Add generic types
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 12, 2024
1 parent b552916 commit c723ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/QueuedJobService.php
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ protected function humanReadable($size)
* The number of seconds to include jobs that have just finished, allowing a job list to be built that
* includes recently finished jobs
*
* @return DataList|QueuedJobDescriptor[]
* @return DataList<QueuedJobDescriptor>
*/
public function getJobList($type = null, $includeUpUntil = 0)
{
Expand Down

0 comments on commit c723ffa

Please sign in to comment.