Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 8, 2022
1 parent 8b0f9f1 commit 3f3f8a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Mail/SendQueuedMailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ public function backoff()
}

/**
* Get the expiration for the mailable.
* Determine the time at which the job should timeout.
*
* @return mixed
* @return \DateTime|null
*/
public function retryUntil()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Notifications/SendQueuedNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ public function backoff()
}

/**
* Get the expiration for the notification.
* Determine the time at which the job should timeout.
*
* @return mixed
* @return \DateTime|null
*/
public function retryUntil()
{
Expand Down

0 comments on commit 3f3f8a4

Please sign in to comment.