diff options
Diffstat (limited to 'vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php')
| -rw-r--r-- | vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php b/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php index 46b76ba6a3..287c07a0c1 100644 --- a/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php +++ b/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php @@ -22,7 +22,7 @@ class LengthRequiredHttpException extends HttpException * @param int $code The internal exception code * @param array $headers */ - public function __construct(string $message = null, \Exception $previous = null, int $code = 0, array $headers = array()) + public function __construct(string $message = null, \Exception $previous = null, int $code = 0, array $headers = []) { parent::__construct(411, $message, $previous, $headers, $code); } |
