summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-09-07 08:17:24 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-09-07 08:17:24 +0100
commit43e2cc54543d9f79c9805f752e78e25c351646ff (patch)
treef8f252a8f0f6ff6061c177456865102c50a04810 /vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php
parent4e96702fabf715ae955aafd54002fb5c57a109cf (diff)
downloadwebtrees-43e2cc54543d9f79c9805f752e78e25c351646ff.tar.gz
webtrees-43e2cc54543d9f79c9805f752e78e25c351646ff.tar.bz2
webtrees-43e2cc54543d9f79c9805f752e78e25c351646ff.zip
Update vendor dependencies
Diffstat (limited to 'vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php')
-rw-r--r--vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php b/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php
index 7f7d0b4739..fb86c1ea95 100644
--- a/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php
+++ b/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php
@@ -21,7 +21,6 @@ class UnauthorizedHttpException 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(string $challenge, string $message = null, \Throwable $previous = null, ?int $code = 0, array $headers = [])
{