modified 降低PHP版本,以兼容更多的项目

This commit is contained in:
zhaoxiang 2021-11-16 16:18:35 +08:00
parent b297fbbaa8
commit 1f0d6f2f64
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class HttpException extends Exception {
/**
* @var ResponseInterface|null
*/
public ?ResponseInterface $response;
public $response;
/**
* @var ResponseInterface|Collection|array|object|string|null