diff --git a/src/Illuminate/Queue/Console/RetryCommand.php b/src/Illuminate/Queue/Console/RetryCommand.php index e5c4dc0af03a..055790da6446 100644 --- a/src/Illuminate/Queue/Console/RetryCommand.php +++ b/src/Illuminate/Queue/Console/RetryCommand.php @@ -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 @@ -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