modified 降低PHP版本,以兼容更多的项目
This commit is contained in:
parent
b297fbbaa8
commit
1f0d6f2f64
|
@ -23,7 +23,7 @@ class HttpException extends Exception {
|
|||
/**
|
||||
* @var ResponseInterface|null
|
||||
*/
|
||||
public ?ResponseInterface $response;
|
||||
public $response;
|
||||
|
||||
/**
|
||||
* @var ResponseInterface|Collection|array|object|string|null
|
||||
|
|
Loading…
Reference in New Issue