From cdcc60bad460348f72b07501aa0010673b27727f Mon Sep 17 00:00:00 2001 From: Kevin Ullyott Date: Mon, 4 Jan 2021 22:43:41 -0500 Subject: [PATCH] Proper punctuation Signed-off-by: Kevin Ullyott --- src/Illuminate/Queue/Console/RetryCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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