Skip to content

Commit

Permalink
Proper punctuation
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ullyott <ullyott.kevin@gmail.com>
  • Loading branch information
Orrison committed Jan 5, 2021
1 parent d91253b commit cdcc60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Queue/Console/RetryCommand.php
Expand Up @@ -98,7 +98,7 @@ protected function retryJob($job)
}

/**
* Possibly refresh job attempts and retryUntil value
* Possibly refresh job attempts and retryUntil value.
*
* @param string $payload
* @return string
Expand Down Expand Up @@ -132,7 +132,7 @@ protected function resetAttempts($payload)
}

/**
* Refreshes a jobs retryUntil time with it's own retryUntil method
* Refreshes a jobs retryUntil time with it's own retryUntil method.
*
* @param string $payload
* @return string
Expand Down

0 comments on commit cdcc60b

Please sign in to comment.