mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix TypeError
This commit is contained in:
parent
1a98d800f7
commit
a234bb2d0c
@ -203,8 +203,8 @@ class HttpException extends Exception
|
||||
public readonly string $method;
|
||||
public readonly string $request_uri;
|
||||
public readonly string $request_body;
|
||||
public readonly array $response_headers;
|
||||
public readonly string $response;
|
||||
public readonly ?array $response_headers;
|
||||
public readonly ?string $response;
|
||||
|
||||
public function __construct(string $message, int $code, string $method, string $uri, $body, ?array $response_headers=null, ?string $response=null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user