Skip to content

Commit

Permalink
Merge pull request #3291 from l0gicgate/fix-line-length
Browse files Browse the repository at this point in the history
Fix line length
  • Loading branch information
l0gicgate committed Oct 3, 2023
2 parents 6de4dc6 + 47ab473 commit d546392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Slim/Exception/HttpTooManyRequestsException.php
Expand Up @@ -23,5 +23,6 @@ class HttpTooManyRequestsException extends HttpSpecializedException
protected $message = 'Too many requests.';

protected string $title = '429 Too Many Requests';
protected string $description = 'The client application has surpassed its rate limit, or number of requests they can send in a given period of time.';
protected string $description = 'The client application has surpassed its rate limit, ' .
'or number of requests they can send in a given period of time.';
}

0 comments on commit d546392

Please sign in to comment.