summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php')
-rw-r--r--vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php b/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php
index e69961b7de..b709f1a2f1 100644
--- a/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php
+++ b/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php
@@ -23,7 +23,6 @@ class TooManyRequestsHttpException extends HttpException
* @param string $message The internal exception message
* @param \Throwable $previous The previous exception
* @param int $code The internal exception code
- * @param array $headers
*/
public function __construct($retryAfter = null, string $message = null, \Throwable $previous = null, ?int $code = 0, array $headers = [])
{