summaryrefslogtreecommitdiff
path: root/app/Http/Exceptions/HttpTooManyRequestsException.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Exceptions/HttpTooManyRequestsException.php')
-rw-r--r--app/Http/Exceptions/HttpTooManyRequestsException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Exceptions/HttpTooManyRequestsException.php b/app/Http/Exceptions/HttpTooManyRequestsException.php
index 99be059778..a88652badb 100644
--- a/app/Http/Exceptions/HttpTooManyRequestsException.php
+++ b/app/Http/Exceptions/HttpTooManyRequestsException.php
@@ -30,7 +30,7 @@ class HttpTooManyRequestsException extends HttpException
/**
* @param string|null $message
*/
- public function __construct(string $message = null)
+ public function __construct(string|null $message = null)
{
$message ??= I18N::translate('Too many requests. Try again later.');