From 43e2cc54543d9f79c9805f752e78e25c351646ff Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 7 Sep 2019 08:17:24 +0100 Subject: Update vendor dependencies --- vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php | 1 - 1 file changed, 1 deletion(-) (limited to 'vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php') 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 = []) { -- cgit v1.3